#ABCEE6

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

Shades of Sail #ABCEE6

Tints of Sail #ABCEE6

Color information

#ABCEE6 (or 0xABCEE6) is unknown color: approx Sail. HEX triplet: AB, CE and E6. RGB value is (171,206,230). Sum of RGB (Red+Green+Blue) = 171+206+230=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABCEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCEE6 is #543119. Grayscale: #C6C6C6. Windows color (decimal): -5517594 or 15126187. OLE color: 15126187.

HSL color Cylindrical-coordinate representation of color #ABCEE6: hue angle of 204.41º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABCEE6 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171206230-
CMYK0.260.1000.10
HSL204.41º54.13%78.63%-
HSV(B)204.41º25.65%90.2%-
XYZ53.1558.5183.36-
YUV198.27145.9108.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.17%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 230 (90.23% from 255) = 37.89%
R=28.17%
G=33.94%
B=37.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1712062300.260.1000.10204.4154.1378.63
HexABCEE61AA0Acc364f
Octal253316346321201231466117
Binary10101011110011101110011011010101001010110011001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCEE6; }

 p { color: rgb(171,206,230); }

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

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

 a { background-color: rgb(171,206,230); }

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

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

 span { border-color: rgb(171,206,230); }

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