Html Css Color HEX #29BBDC Summer Sky

📋 copy color: '#29BBDC'

red 41 ◦ green 187 ◦ blue 220

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

Shades of Summer Sky #29BBDC

Tints of Summer Sky #29BBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 9.15%
G = 41.74%
B = 49.11%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#29BBDC (or 0x29BBDC) is known color: Summer Sky. HEX triplet: 29, BB and DC. RGB value is (41,187,220). Sum of RGB (Red+Green+Blue) = 41+187+220=448 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.15% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #29BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BBDC is #D64423. Grayscale: #929292. Windows color (decimal): -14042148 or 14465833. OLE color: 14465833.

HSL color Cylindrical-coordinate representation of color #29BBDC: hue angle of 191.06º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29BBDC is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 187 220 -
CMYK 0.81 0.15 0 0.14
HSL 191.06º 0.72% 0.51% -
HSV(B) 191.06º 0.81% 0.86% -
XYZ 31.6 41.18 73.99 -
YUV 147.11 169.13 52.32 -
System Red Green Blue C M Y K H S L
Decimal 41 187 220 0.81 0.15 0 0.14 191.06 0.72 0.51
Hex 29 BB DC 51 F 0 E BF 48 33
Octal 51 273 334 121 17 0 16 277 110 63
Binary 101001 10111011 11011100 1010001 1111 0 1110 10111111 1001000 110011

Color Harmonies of #29BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BBDC

Black with #29BBDC

Text Example


Text Example

White with #29BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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