Html Css Color HEX #ABCEE8 Sail

📋 copy color: '#ABCEE8'

red 171 ◦ green 206 ◦ blue 232

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

Shades of Sail #ABCEE8

Tints of Sail #ABCEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.1%

R = 28.08%
G = 33.83%
B = 38.1%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ABCEE8 (or 0xABCEE8) is known color: Sail. HEX triplet: AB, CE and E8. RGB value is (171,206,232). Sum of RGB (Red+Green+Blue) = 171+206+232=609 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.08% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 232 - color contains mainly: blue. Hex color #ABCEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCEE8 is #543117. Grayscale: #C6C6C6. Windows color (decimal): -5517592 or 15257259. OLE color: 15257259.

HSL color Cylindrical-coordinate representation of color #ABCEE8: hue angle of 205.57º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABCEE8 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 206 232 -
CMYK 0.26 0.11 0 0.09
HSL 205.57º 0.57% 0.79% -
HSV(B) 205.57º 0.26% 0.91% -
XYZ 53.43 58.63 84.84 -
YUV 198.5 146.9 108.39 -
System Red Green Blue C M Y K H S L
Decimal 171 206 232 0.26 0.11 0 0.09 205.57 0.57 0.79
Hex AB CE E8 1A B 0 9 CE 39 4F
Octal 253 316 350 32 13 0 11 316 71 117
Binary 10101011 11001110 11101000 11010 1011 0 1001 11001110 111001 1001111

Color Harmonies of #ABCEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCEE8

Black with #ABCEE8

Text Example


Text Example

White with #ABCEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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