Html Css Color HEX #29C0DD Summer Sky

📋 copy color: '#29C0DD'

red 41 ◦ green 192 ◦ blue 221

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

Shades of Summer Sky #29C0DD

Tints of Summer Sky #29C0DD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.29%

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

R = 9.03%
G = 42.29%
B = 48.68%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#29C0DD (or 0x29C0DD) is known color: Summer Sky. HEX triplet: 29, C0 and DD. RGB value is (41,192,221). Sum of RGB (Red+Green+Blue) = 41+192+221=454 (60% of max value = 765). Red value is 41 (16.41% from 255 or 9.03% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #29C0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C0DD is #D63F22. Grayscale: #959595. Windows color (decimal): -14040867 or 14532649. OLE color: 14532649.

HSL color Cylindrical-coordinate representation of color #29C0DD: hue angle of 189.67º 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 #29C0DD is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 192 221 -
CMYK 0.81 0.13 0 0.13
HSL 189.67º 0.73% 0.51% -
HSV(B) 189.67º 0.81% 0.87% -
XYZ 32.82 43.39 75.05 -
YUV 150.16 167.97 50.14 -
System Red Green Blue C M Y K H S L
Decimal 41 192 221 0.81 0.13 0 0.13 189.67 0.73 0.51
Hex 29 C0 DD 51 D 0 D BE 49 33
Octal 51 300 335 121 15 0 15 276 111 63
Binary 101001 11000000 11011101 1010001 1101 0 1101 10111110 1001001 110011

Color Harmonies of #29C0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29C0DD

Black with #29C0DD

Text Example


Text Example

White with #29C0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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