Html Css Color HEX #29ADCC Summer Sky

📋 copy color: '#29ADCC'

red 41 ◦ green 173 ◦ blue 204

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

Shades of Summer Sky #29ADCC

Tints of Summer Sky #29ADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 9.81%
G = 41.39%
B = 48.8%

CMYK

 C value IS 0.80

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#29ADCC (or 0x29ADCC) is known color: Summer Sky. HEX triplet: 29, AD and CC. RGB value is (41,173,204). Sum of RGB (Red+Green+Blue) = 41+173+204=418 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.81% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #29ADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ADCC is #D65233. Grayscale: #888888. Windows color (decimal): -14045748 or 13413673. OLE color: 13413673.

HSL color Cylindrical-coordinate representation of color #29ADCC: hue angle of 191.41º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29ADCC is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 173 204 -
CMYK 0.80 0.15 0 0.2
HSL 191.41º 0.67% 0.48% -
HSV(B) 191.41º 0.8% 0.8% -
XYZ 26.76 34.72 62.42 -
YUV 137.07 165.77 59.48 -
System Red Green Blue C M Y K H S L
Decimal 41 173 204 0.80 0.15 0 0.2 191.41 0.67 0.48
Hex 29 AD CC 50 F 0 14 BF 43 30
Octal 51 255 314 120 17 0 24 277 103 60
Binary 101001 10101101 11001100 1010000 1111 0 10100 10111111 1000011 110000

Color Harmonies of #29ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ADCC

Black with #29ADCC

Text Example


Text Example

White with #29ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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