#ABCBE3

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

Shades of Sail #ABCBE3

Tints of Sail #ABCBE3

Color information

#ABCBE3 (or 0xABCBE3) is unknown color: approx Sail. HEX triplet: AB, CB and E3. RGB value is (171,203,227). Sum of RGB (Red+Green+Blue) = 171+203+227=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 227 (89.06% from 255 or 37.77% from 601); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABCBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCBE3 is #54341C. Grayscale: #C4C4C4. Windows color (decimal): -5518365 or 14928811. OLE color: 14928811.

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

Color convert

RGB171203227-
CMYK0.250.1100.11
HSL205.71º50%78.04%-
HSV(B)205.71º24.67%89.02%-
XYZ52.0256.9280.92-
YUV196.17145.4110.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.45%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 227 (89.06% from 255) = 37.77%
R=28.45%
G=33.78%
B=37.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712032270.250.1100.11205.715078.04
HexABCBE319B0Bce324e
Octal253313343311301331662116
Binary10101011110010111110001111001101101011110011101100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBE3; }

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

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

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

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

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

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

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

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