Html Css Color HEX #29BBDD Summer Sky

📋 copy color: '#29BBDD'

red 41 ◦ green 187 ◦ blue 221

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

Shades of Summer Sky #29BBDD

Tints of Summer Sky #29BBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 9.13%
G = 41.65%
B = 49.22%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#29BBDD (or 0x29BBDD) is known color: Summer Sky. HEX triplet: 29, BB and DD. RGB value is (41,187,221). Sum of RGB (Red+Green+Blue) = 41+187+221=449 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.13% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #29BBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BBDD is #D64422. Grayscale: #929292. Windows color (decimal): -14042147 or 14531369. OLE color: 14531369.

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

Color convert

RGB 41 187 221 -
CMYK 0.81 0.15 0 0.13
HSL 191.33º 0.73% 0.51% -
HSV(B) 191.33º 0.81% 0.87% -
XYZ 31.74 41.23 74.69 -
YUV 147.22 169.63 52.24 -
System Red Green Blue C M Y K H S L
Decimal 41 187 221 0.81 0.15 0 0.13 191.33 0.73 0.51
Hex 29 BB DD 51 F 0 D BF 49 33
Octal 51 273 335 121 17 0 15 277 111 63
Binary 101001 10111011 11011101 1010001 1111 0 1101 10111111 1001001 110011

Color Harmonies of #29BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BBDD

Black with #29BBDD

Text Example


Text Example

White with #29BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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