#29AAD2

Color #29AAD2 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #29AAD2

Tints of Summer Sky #29AAD2

Color information

#29AAD2 (or 0x29AAD2) is unknown color: approx Summer Sky. HEX triplet: 29, AA and D2. RGB value is (41,170,210). Sum of RGB (Red+Green+Blue) = 41+170+210=421 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.74% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 210 (82.42% from 255 or 49.88% from 421); Max value from RGB is 210 - color contains mainly: blue. Hex color #29AAD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AAD2 is #D6552D. Grayscale: #878787. Windows color (decimal): -14046510 or 13806121. OLE color: 13806121.

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

Color convert

RGB41170210-
CMYK0.800.1900.18
HSL194.2º67.33%49.22%-
HSV(B)194.2º80.48%82.35%-
XYZ26.9233.8766.09-
YUV135.99169.7660.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.74%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 210 (82.42% from 255) = 49.88%
R=9.74%
G=40.38%
B=49.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal411702100.800.1900.18194.267.3349.22
Hex29AAD25013012c24331
Octal512523221202302230210361
Binary1010011010101011010010101000010011010010110000101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29AAD2;
 }
 .AnyTagClassName
 {
   color: #29AAD2;
 }
</style>
background-color css

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

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

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

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

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

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