Html Css Color HEX #29ADDD Summer Sky

📋 copy color: '#29ADDD'

red 41 ◦ green 173 ◦ blue 221

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

Shades of Summer Sky #29ADDD

Tints of Summer Sky #29ADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.77%

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

R = 9.43%
G = 39.77%
B = 50.8%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#29ADDD (or 0x29ADDD) is known color: Summer Sky. HEX triplet: 29, AD and DD. RGB value is (41,173,221). Sum of RGB (Red+Green+Blue) = 41+173+221=435 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.43% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #29ADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ADDD is #D65222. Grayscale: #8A8A8A. Windows color (decimal): -14045731 or 14527785. OLE color: 14527785.

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

Color convert

RGB 41 173 221 -
CMYK 0.81 0.22 0 0.13
HSL 196º 0.73% 0.51% -
HSV(B) 196º 0.81% 0.87% -
XYZ 28.91 35.58 73.75 -
YUV 139 174.27 58.1 -
System Red Green Blue C M Y K H S L
Decimal 41 173 221 0.81 0.22 0 0.13 196 0.73 0.51
Hex 29 AD DD 51 16 0 D C4 49 33
Octal 51 255 335 121 26 0 15 304 111 63
Binary 101001 10101101 11011101 1010001 10110 0 1101 11000100 1001001 110011

Color Harmonies of #29ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ADDD

Black with #29ADDD

Text Example


Text Example

White with #29ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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