#ABCEE3

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

Shades of Sail #ABCEE3

Tints of Sail #ABCEE3

Color information

#ABCEE3 (or 0xABCEE3) is unknown color: approx Sail. HEX triplet: AB, CE and E3. RGB value is (171,206,227). Sum of RGB (Red+Green+Blue) = 171+206+227=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 227 (89.06% from 255 or 37.58% from 604); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABCEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEE3 is #54311C. Grayscale: #C5C5C5. Windows color (decimal): -5517597 or 14929579. OLE color: 14929579.

HSL color Cylindrical-coordinate representation of color #ABCEE3: hue angle of 202.5º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABCEE3 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171206227-
CMYK0.250.0900.11
HSL202.5º50%78.04%-
HSV(B)202.5º24.67%89.02%-
XYZ52.7358.3581.16-
YUV197.93144.4108.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.31%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 227 (89.06% from 255) = 37.58%
R=28.31%
G=34.11%
B=37.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712062270.250.0900.11202.55078.04
HexABCEE31990Bca324e
Octal253316343311101331262116
Binary10101011110011101110001111001100101011110010101100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCEE3; }

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

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

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

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

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

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

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

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