Html Css Color HEX #29CBE0 Summer Sky

📋 copy color: '#29CBE0'

red 41 ◦ green 203 ◦ blue 224

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

Shades of Summer Sky #29CBE0

Tints of Summer Sky #29CBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.86%

R = 8.76%
G = 43.38%
B = 47.86%

CMYK

 C value IS 0.82

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#29CBE0 (or 0x29CBE0) is known color: Summer Sky. HEX triplet: 29, CB and E0. RGB value is (41,203,224). Sum of RGB (Red+Green+Blue) = 41+203+224=468 (61% of max value = 765). Red value is 41 (16.41% from 255 or 8.76% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #29CBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CBE0 is #D6341F. Grayscale: #9C9C9C. Windows color (decimal): -14038048 or 14732073. OLE color: 14732073.

HSL color Cylindrical-coordinate representation of color #29CBE0: hue angle of 186.89º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29CBE0 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 41 203 224 -
CMYK 0.82 0.09 0 0.12
HSL 186.89º 0.75% 0.52% -
HSV(B) 186.89º 0.82% 0.88% -
XYZ 35.72 48.57 78.01 -
YUV 156.96 165.83 45.29 -
System Red Green Blue C M Y K H S L
Decimal 41 203 224 0.82 0.09 0 0.12 186.89 0.75 0.52
Hex 29 CB E0 52 9 0 C BB 4B 34
Octal 51 313 340 122 11 0 14 273 113 64
Binary 101001 11001011 11100000 1010010 1001 0 1100 10111011 1001011 110100

Color Harmonies of #29CBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CBE0

Black with #29CBE0

Text Example


Text Example

White with #29CBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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