Html Css Color HEX #29AACE Summer Sky

📋 copy color: '#29AACE'

red 41 ◦ green 170 ◦ blue 206

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

Shades of Summer Sky #29AACE

Tints of Summer Sky #29AACE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.77%

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 9.83%
G = 40.77%
B = 49.4%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#29AACE (or 0x29AACE) is known color: Summer Sky. HEX triplet: 29, AA and CE. RGB value is (41,170,206). Sum of RGB (Red+Green+Blue) = 41+170+206=417 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.83% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #29AACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AACE is #D65531. Grayscale: #878787. Windows color (decimal): -14046514 or 13543977. OLE color: 13543977.

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

Color convert

RGB 41 170 206 -
CMYK 0.80 0.17 0 0.19
HSL 193.09º 0.67% 0.48% -
HSV(B) 193.09º 0.8% 0.81% -
XYZ 26.43 33.68 63.5 -
YUV 135.53 167.76 60.57 -
System Red Green Blue C M Y K H S L
Decimal 41 170 206 0.80 0.17 0 0.19 193.09 0.67 0.48
Hex 29 AA CE 50 11 0 13 C1 43 30
Octal 51 252 316 120 21 0 23 301 103 60
Binary 101001 10101010 11001110 1010000 10001 0 10011 11000001 1000011 110000

Color Harmonies of #29AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AACE

Black with #29AACE

Text Example


Text Example

White with #29AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,170,206); }

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

background-color css

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

 a { background-color: rgb(41,170,206); }

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

border-color css

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

 span { border-color: rgb(41,170,206); }

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