Html Css Color HEX #ABCEE3 Sail

📋 copy color: '#ABCEE3'

red 171 ◦ green 206 ◦ blue 227

#ABCEE3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sail #ABCEE3

Tints of Sail #ABCEE3

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 value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ABCEE3 (or 0xABCEE3) is known color: 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

RGB 171 206 227 -
CMYK 0.25 0.09 0 0.11
HSL 202.5º 0.5% 0.78% -
HSV(B) 202.5º 0.25% 0.89% -
XYZ 52.73 58.35 81.16 -
YUV 197.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 171 206 227 0.25 0.09 0 0.11 202.5 0.5 0.78
Hex AB CE E3 19 9 0 B CA 32 4E
Octal 253 316 343 31 11 0 13 312 62 116
Binary 10101011 11001110 11100011 11001 1001 0 1011 11001010 110010 1001110

Color Harmonies of #ABCEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCEE3

Black with #ABCEE3

Text Example


Text Example

White with #ABCEE3

Text Example


Text Example

HTML Codes & Css Web 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>