#29BCE1

Color #29BCE1 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #29BCE1

Tints of Summer Sky #29BCE1

Color information

#29BCE1 (or 0x29BCE1) is unknown color: approx Summer Sky. HEX triplet: 29, BC and E1. RGB value is (41,188,225). Sum of RGB (Red+Green+Blue) = 41+188+225=454 (60% of max value = 765). Red value is 41 (16.41% from 255 or 9.03% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #29BCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BCE1 is #D6431E. Grayscale: #939393. Windows color (decimal): -14041887 or 14793769. OLE color: 14793769.

HSL color Cylindrical-coordinate representation of color #29BCE1: hue angle of 192.07º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29BCE1 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB41188225-
CMYK0.820.1600.12
HSL192.07º75.41%52.16%-
HSV(B)192.07º81.78%88.24%-
XYZ32.4941.8777.6-
YUV148.26171.351.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 9.03%
GREEN value IS 188 (73.83% from 255) = 41.41%
BLUE value IS 225 (88.28% from 255) = 49.56%
R=9.03%
G=41.41%
B=49.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal411882250.820.1600.12192.0775.4152.16
Hex29BCE152100Cc04b34
Octal512743411222001430011364
Binary101001101111001110000110100101000001100110000001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29BCE1; }

 p { color: rgb(41,188,225); }

 H1.HeaderClassName
 {
   color: #29BCE1;
 }
 .AnyTagClassName
 {
   color: #29BCE1;
 }
</style>
background-color css

<style>
 a { background-color: #29BCE1; }

 a { background-color: rgb(41,188,225); }

 div.DivClassName
 {
   background-color: #29BCE1;
 }
 .BgClassName
 {
   background-color: #29BCE1;
 }
</style>
border-color css

<style>
 span { border-color: #29BCE1; }

 span { border-color: rgb(41,188,225); }

 td.TdClassName
 {
   border-color: #29BCE1;
 }
 .TagClassName
 {
   border-color: #29BCE1;
 }
</style>