#ABD5EE

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

Shades of Sail #ABD5EE

Tints of Sail #ABD5EE

Color information

#ABD5EE (or 0xABD5EE) is unknown color: approx Sail. HEX triplet: AB, D5 and EE. RGB value is (171,213,238). Sum of RGB (Red+Green+Blue) = 171+213+238=622 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.49% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABD5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD5EE is #542A11. Grayscale: #CBCBCB. Windows color (decimal): -5515794 or 15652267. OLE color: 15652267.

HSL color Cylindrical-coordinate representation of color #ABD5EE: hue angle of 202.39º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABD5EE is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171213238-
CMYK0.280.1100.07
HSL202.39º66.34%80.2%-
HSV(B)202.39º28.15%93.33%-
XYZ56.0262.4289.98-
YUV203.29147.59104.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.49%
GREEN value IS 213 (83.59% from 255) = 34.24%
BLUE value IS 238 (93.36% from 255) = 38.26%
R=27.49%
G=34.24%
B=38.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712132380.280.1100.07202.3966.3480.2
HexABD5EE1CB07ca4250
Octal253325356341307312102120
Binary10101011110101011110111011100101101111100101010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD5EE; }

 p { color: rgb(171,213,238); }

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

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

 a { background-color: rgb(171,213,238); }

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

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

 span { border-color: rgb(171,213,238); }

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