#ABD2EA

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

Shades of Sail #ABD2EA

Tints of Sail #ABD2EA

Color information

#ABD2EA (or 0xABD2EA) is unknown color: approx Sail. HEX triplet: AB, D2 and EA. RGB value is (171,210,234). Sum of RGB (Red+Green+Blue) = 171+210+234=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABD2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD2EA is #542D15. Grayscale: #C8C8C8. Windows color (decimal): -5516566 or 15389355. OLE color: 15389355.

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

Color convert

RGB171210234-
CMYK0.270.1000.08
HSL202.86º60%79.41%-
HSV(B)202.86º26.92%91.76%-
XYZ54.6960.6986.67-
YUV201.08146.58106.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.80%
GREEN value IS 210 (82.42% from 255) = 34.15%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=27.80%
G=34.15%
B=38.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712102340.270.1000.08202.866079.41
HexABD2EA1BA08cb3c4f
Octal253322352331201031374117
Binary10101011110100101110101011011101001000110010111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD2EA; }

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

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

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

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

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

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

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

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