Html Css Color HEX #ABCEE6 Sail

📋 copy color: '#ABCEE6'

red 171 ◦ green 206 ◦ blue 230

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

Shades of Sail #ABCEE6

Tints of Sail #ABCEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.89%

R = 28.17%
G = 33.94%
B = 37.89%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABCEE6 (or 0xABCEE6) is known color: Sail. HEX triplet: AB, CE and E6. RGB value is (171,206,230). Sum of RGB (Red+Green+Blue) = 171+206+230=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABCEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCEE6 is #543119. Grayscale: #C6C6C6. Windows color (decimal): -5517594 or 15126187. OLE color: 15126187.

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

Color convert

RGB 171 206 230 -
CMYK 0.26 0.10 0 0.10
HSL 204.41º 0.54% 0.79% -
HSV(B) 204.41º 0.26% 0.9% -
XYZ 53.15 58.51 83.36 -
YUV 198.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 171 206 230 0.26 0.10 0 0.10 204.41 0.54 0.79
Hex AB CE E6 1A A 0 A CC 36 4F
Octal 253 316 346 32 12 0 12 314 66 117
Binary 10101011 11001110 11100110 11010 1010 0 1010 11001100 110110 1001111

Color Harmonies of #ABCEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCEE6

Black with #ABCEE6

Text Example


Text Example

White with #ABCEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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