#29ABD2

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

Shades of Summer Sky #29ABD2

Tints of Summer Sky #29ABD2

Color information

#29ABD2 (or 0x29ABD2) is unknown color: approx Summer Sky. HEX triplet: 29, AB and D2. RGB value is (41,171,210). Sum of RGB (Red+Green+Blue) = 41+171+210=422 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.72% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 210 (82.42% from 255 or 49.76% from 422); Max value from RGB is 210 - color contains mainly: blue. Hex color #29ABD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ABD2 is #D6542D. Grayscale: #888888. Windows color (decimal): -14046254 or 13806377. OLE color: 13806377.

HSL color Cylindrical-coordinate representation of color #29ABD2: hue angle of 193.85º 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 #29ABD2 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB41171210-
CMYK0.800.1900.18
HSL193.85º67.33%49.22%-
HSV(B)193.85º80.48%82.35%-
XYZ27.1134.2566.15-
YUV136.58169.4359.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.72%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 210 (82.42% from 255) = 49.76%
R=9.72%
G=40.52%
B=49.76%

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
Decimal411712100.800.1900.18193.8567.3349.22
Hex29ABD25013012c24331
Octal512533221202302230210361
Binary1010011010101111010010101000010011010010110000101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ABD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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