Html Css Color HEX #29CBDB Summer Sky

📋 copy color: '#29CBDB'

red 41 ◦ green 203 ◦ blue 219

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

Shades of Summer Sky #29CBDB

Tints of Summer Sky #29CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.84%

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 8.86%
G = 43.84%
B = 47.3%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#29CBDB (or 0x29CBDB) is known color: Summer Sky. HEX triplet: 29, CB and DB. RGB value is (41,203,219). Sum of RGB (Red+Green+Blue) = 41+203+219=463 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.86% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #29CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CBDB is #D63424. Grayscale: #9C9C9C. Windows color (decimal): -14038053 or 14404393. OLE color: 14404393.

HSL color Cylindrical-coordinate representation of color #29CBDB: hue angle of 185.39º degrees, saturation: 0.71, 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 #29CBDB is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 203 219 -
CMYK 0.81 0.07 0 0.14
HSL 185.39º 0.71% 0.51% -
HSV(B) 185.39º 0.81% 0.86% -
XYZ 35.06 48.3 74.49 -
YUV 156.39 163.33 45.7 -
System Red Green Blue C M Y K H S L
Decimal 41 203 219 0.81 0.07 0 0.14 185.39 0.71 0.51
Hex 29 CB DB 51 7 0 E B9 47 33
Octal 51 313 333 121 7 0 16 271 107 63
Binary 101001 11001011 11011011 1010001 111 0 1110 10111001 1000111 110011

Color Harmonies of #29CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CBDB

Black with #29CBDB

Text Example


Text Example

White with #29CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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