Html Css Color HEX #29BBCC Summer Sky

📋 copy color: '#29BBCC'

red 41 ◦ green 187 ◦ blue 204

#29BBCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #29BBCC

Tints of Summer Sky #29BBCC

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 value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#29BBCC (or 0x29BBCC) is known color: 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

RGB 41 187 204 -
CMYK 0.80 0.08 0 0.2
HSL 186.26º 0.67% 0.48% -
HSV(B) 186.26º 0.8% 0.8% -
XYZ 29.58 40.37 63.36 -
YUV 145.28 161.13 53.62 -
System Red Green Blue C M Y K H S L
Decimal 41 187 204 0.80 0.08 0 0.2 186.26 0.67 0.48
Hex 29 BB CC 50 8 0 14 BA 43 30
Octal 51 273 314 120 10 0 24 272 103 60
Binary 101001 10111011 11001100 1010000 1000 0 10100 10111010 1000011 110000

Color Harmonies of #29BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BBCC

Black with #29BBCC

Text Example


Text Example

White with #29BBCC

Text Example


Text Example

HTML Codes & Css Web 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>