#29BBCC

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

Shades of Summer Sky #29BBCC

Tints of Summer Sky #29BBCC

Color information

#29BBCC (or 0x29BBCC) is unknown color: approx Summer Sky. HEX triplet: 29, BB and CC. RGB value is (41,187,204). Sum of RGB (Red+Green+Blue) = 41+187+204=432 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.49% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #29BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BBCC is #D64433. Grayscale: #919191. Windows color (decimal): -14042164 or 13417257. OLE color: 13417257.

HSL color Cylindrical-coordinate representation of color #29BBCC: hue angle of 186.26º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29BBCC is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB41187204-
CMYK0.800.0800.2
HSL186.26º66.53%48.04%-
HSV(B)186.26º79.9%80%-
XYZ29.5840.3763.36-
YUV145.28161.1353.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.49%
GREEN value IS 187 (73.44% from 255) = 43.29%
BLUE value IS 204 (80.08% from 255) = 47.22%
R=9.49%
G=43.29%
B=47.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal411872040.800.0800.2186.2666.5348.04
Hex29BBCC508014ba4330
Octal512733141201002427210360
Binary101001101110111100110010100001000010100101110101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,187,204); }

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

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

 a { background-color: rgb(41,187,204); }

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

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

 span { border-color: rgb(41,187,204); }

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