Html Css Color HEX #29BBCB Summer Sky

📋 copy color: '#29BBCB'

red 41 ◦ green 187 ◦ blue 203

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

Shades of Summer Sky #29BBCB

Tints of Summer Sky #29BBCB

RGB

 RED value IS 41 (16.41% from 255) = 9.51%

 GREEN value IS 187 (73.44% from 255) = 43.39%

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 9.51%
G = 43.39%
B = 47.1%

CMYK

 C value IS 0.80

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#29BBCB (or 0x29BBCB) is known color: Summer Sky. HEX triplet: 29, BB and CB. RGB value is (41,187,203). Sum of RGB (Red+Green+Blue) = 41+187+203=431 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.51% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #29BBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BBCB is #D64434. Grayscale: #909090. Windows color (decimal): -14042165 or 13351721. OLE color: 13351721.

HSL color Cylindrical-coordinate representation of color #29BBCB: hue angle of 185.93º degrees, saturation: 0.66, 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 #29BBCB is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 187 203 -
CMYK 0.80 0.08 0 0.20
HSL 185.93º 0.66% 0.48% -
HSV(B) 185.93º 0.8% 0.8% -
XYZ 29.46 40.32 62.73 -
YUV 145.17 160.63 53.7 -
System Red Green Blue C M Y K H S L
Decimal 41 187 203 0.80 0.08 0 0.20 185.93 0.66 0.48
Hex 29 BB CB 50 8 0 14 BA 42 30
Octal 51 273 313 120 10 0 24 272 102 60
Binary 101001 10111011 11001011 1010000 1000 0 10100 10111010 1000010 110000

Color Harmonies of #29BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BBCB

Black with #29BBCB

Text Example


Text Example

White with #29BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29BBCB;
 }
 .AnyTagClassName
 {
   color: #29BBCB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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