#ABCEE4

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

Shades of Sail #ABCEE4

Tints of Sail #ABCEE4

Color information

#ABCEE4 (or 0xABCEE4) is unknown color: approx Sail. HEX triplet: AB, CE and E4. RGB value is (171,206,228). Sum of RGB (Red+Green+Blue) = 171+206+228=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABCEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEE4 is #54311B. Grayscale: #C5C5C5. Windows color (decimal): -5517596 or 14995115. OLE color: 14995115.

HSL color Cylindrical-coordinate representation of color #ABCEE4: hue angle of 203.16º degrees, saturation: 0.51, 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 #ABCEE4 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171206228-
CMYK0.250.1000.11
HSL203.16º51.35%78.24%-
HSV(B)203.16º25%89.41%-
XYZ52.8758.481.88-
YUV198.04144.9108.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.26%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 228 (89.45% from 255) = 37.69%
R=28.26%
G=34.05%
B=37.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712062280.250.1000.11203.1651.3578.24
HexABCEE419A0Bcb334e
Octal253316344311201331363116
Binary10101011110011101110010011001101001011110010111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCEE4; }

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

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

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

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

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

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

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

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