Html Css Color HEX #ABCEE5 Sail

📋 copy color: '#ABCEE5'

red 171 ◦ green 206 ◦ blue 229

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

Shades of Sail #ABCEE5

Tints of Sail #ABCEE5

RGB

 RED value IS 171 (67.19% from 255) = 28.22%

 GREEN value IS 206 (80.86% from 255) = 33.99%

 BLUE value IS 229 (89.84% from 255) = 37.79%

R = 28.22%
G = 33.99%
B = 37.79%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABCEE5 (or 0xABCEE5) is known color: Sail. HEX triplet: AB, CE and E5. RGB value is (171,206,229). Sum of RGB (Red+Green+Blue) = 171+206+229=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABCEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEE5 is #54311A. Grayscale: #C6C6C6. Windows color (decimal): -5517595 or 15060651. OLE color: 15060651.

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

Color convert

RGB 171 206 229 -
CMYK 0.25 0.10 0 0.10
HSL 203.79º 0.53% 0.78% -
HSV(B) 203.79º 0.25% 0.9% -
XYZ 53.01 58.46 82.62 -
YUV 198.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 171 206 229 0.25 0.10 0 0.10 203.79 0.53 0.78
Hex AB CE E5 19 A 0 A CC 35 4E
Octal 253 316 345 31 12 0 12 314 65 116
Binary 10101011 11001110 11100101 11001 1010 0 1010 11001100 110101 1001110

Color Harmonies of #ABCEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCEE5

Black with #ABCEE5

Text Example


Text Example

White with #ABCEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCEE5; }

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

 H1.HeaderClassName
 {
   color: #ABCEE5;
 }
 .AnyTagClassName
 {
   color: #ABCEE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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