Html Css Color HEX #29CCEC Summer Sky

📋 copy color: '#29CCEC'

red 41 ◦ green 204 ◦ blue 236

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

Shades of Summer Sky #29CCEC

Tints of Summer Sky #29CCEC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.41%

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 8.52%
G = 42.41%
B = 49.06%

CMYK

 C value IS 0.83

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#29CCEC (or 0x29CCEC) is known color: Summer Sky. HEX triplet: 29, CC and EC. RGB value is (41,204,236). Sum of RGB (Red+Green+Blue) = 41+204+236=481 (63% of max value = 765). Red value is 41 (16.41% from 255 or 8.52% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #29CCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29CCEC is #D63313. Grayscale: #9E9E9E. Windows color (decimal): -14037780 or 15518761. OLE color: 15518761.

HSL color Cylindrical-coordinate representation of color #29CCEC: hue angle of 189.85º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29CCEC is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 204 236 -
CMYK 0.83 0.14 0 0.07
HSL 189.85º 0.84% 0.54% -
HSV(B) 189.85º 0.83% 0.93% -
XYZ 37.65 49.71 86.97 -
YUV 158.91 171.5 43.9 -
System Red Green Blue C M Y K H S L
Decimal 41 204 236 0.83 0.14 0 0.07 189.85 0.84 0.54
Hex 29 CC EC 53 E 0 7 BE 54 36
Octal 51 314 354 123 16 0 7 276 124 66
Binary 101001 11001100 11101100 1010011 1110 0 111 10111110 1010100 110110

Color Harmonies of #29CCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CCEC

Black with #29CCEC

Text Example


Text Example

White with #29CCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,204,236); }

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

background-color css

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

 a { background-color: rgb(41,204,236); }

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

border-color css

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

 span { border-color: rgb(41,204,236); }

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