Html Css Color HEX #ABCAE2 Sail

📋 copy color: '#ABCAE2'

red 171 ◦ green 202 ◦ blue 226

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

Shades of Sail #ABCAE2

Tints of Sail #ABCAE2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.72%

 BLUE value IS 226 (88.67% from 255) = 37.73%

R = 28.55%
G = 33.72%
B = 37.73%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ABCAE2 (or 0xABCAE2) is known color: Sail. HEX triplet: AB, CA and E2. RGB value is (171,202,226). Sum of RGB (Red+Green+Blue) = 171+202+226=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABCAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAE2 is #54351D. Grayscale: #C3C3C3. Windows color (decimal): -5518622 or 14863019. OLE color: 14863019.

HSL color Cylindrical-coordinate representation of color #ABCAE2: hue angle of 206.18º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABCAE2 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 202 226 -
CMYK 0.24 0.11 0 0.11
HSL 206.18º 0.49% 0.78% -
HSV(B) 206.18º 0.24% 0.89% -
XYZ 51.64 56.39 80.11 -
YUV 195.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 171 202 226 0.24 0.11 0 0.11 206.18 0.49 0.78
Hex AB CA E2 18 B 0 B CE 31 4E
Octal 253 312 342 30 13 0 13 316 61 116
Binary 10101011 11001010 11100010 11000 1011 0 1011 11001110 110001 1001110

Color Harmonies of #ABCAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCAE2

Black with #ABCAE2

Text Example


Text Example

White with #ABCAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCAE2; }

 p { color: rgb(171,202,226); }

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

background-color css

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

 a { background-color: rgb(171,202,226); }

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

border-color css

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

 span { border-color: rgb(171,202,226); }

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