#abd2eb

Color #ABD2EB Sail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sail #ABD2EB

Tints of Sail #ABD2EB

Color information

#ABD2EB (or 0xABD2EB) is unknown color: approx Sail. HEX triplet: AB, D2 and EB. RGB value is (171,210,235). Sum of RGB (Red+Green+Blue) = 171+210+235=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABD2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD2EB is #542D14. Grayscale: #C9C9C9. Windows color (decimal): -5516565 or 15454891. OLE color: 15454891.

HSL color Cylindrical-coordinate representation of color #ABD2EB: hue angle of 203.44º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABD2EB is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171210235-
CMYK0.270.1100.08
HSL203.44º61.54%79.61%-
HSV(B)203.44º27.23%92.16%-
XYZ54.8460.7587.43-
YUV201.19147.08106.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.76%
GREEN value IS 210 (82.42% from 255) = 34.09%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=27.76%
G=34.09%
B=38.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712102350.270.1100.08203.4461.5479.61
HexABD2EB1BB08cb3e50
Octal253322353331301031376120
Binary10101011110100101110101111011101101000110010111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abd2eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abd2eb; }

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

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

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

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

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

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

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

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