Html Css Color HEX #ABCAE1 Sail

📋 copy color: '#ABCAE1'

red 171 ◦ green 202 ◦ blue 225

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

Shades of Sail #ABCAE1

Tints of Sail #ABCAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.63%

R = 28.6%
G = 33.78%
B = 37.63%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ABCAE1 (or 0xABCAE1) is known color: Sail. HEX triplet: AB, CA and E1. RGB value is (171,202,225). Sum of RGB (Red+Green+Blue) = 171+202+225=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABCAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAE1 is #54351E. Grayscale: #C3C3C3. Windows color (decimal): -5518623 or 14797483. OLE color: 14797483.

HSL color Cylindrical-coordinate representation of color #ABCAE1: hue angle of 205.56º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABCAE1 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 202 225 -
CMYK 0.24 0.10 0 0.12
HSL 205.56º 0.47% 0.78% -
HSV(B) 205.56º 0.24% 0.88% -
XYZ 51.51 56.34 79.39 -
YUV 195.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 171 202 225 0.24 0.10 0 0.12 205.56 0.47 0.78
Hex AB CA E1 18 A 0 C CE 2F 4E
Octal 253 312 341 30 12 0 14 316 57 116
Binary 10101011 11001010 11100001 11000 1010 0 1100 11001110 101111 1001110

Color Harmonies of #ABCAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCAE1

Black with #ABCAE1

Text Example


Text Example

White with #ABCAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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