Html Css Color HEX #ABCAE4 Sail

📋 copy color: '#ABCAE4'

red 171 ◦ green 202 ◦ blue 228

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

Shades of Sail #ABCAE4

Tints of Sail #ABCAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.94%

R = 28.45%
G = 33.61%
B = 37.94%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ABCAE4 (or 0xABCAE4) is known color: Sail. HEX triplet: AB, CA and E4. RGB value is (171,202,228). Sum of RGB (Red+Green+Blue) = 171+202+228=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABCAE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAE4 is #54351B. Grayscale: #C3C3C3. Windows color (decimal): -5518620 or 14994091. OLE color: 14994091.

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

Color convert

RGB 171 202 228 -
CMYK 0.25 0.11 0 0.11
HSL 207.37º 0.51% 0.78% -
HSV(B) 207.37º 0.25% 0.89% -
XYZ 51.92 56.5 81.57 -
YUV 195.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 171 202 228 0.25 0.11 0 0.11 207.37 0.51 0.78
Hex AB CA E4 19 B 0 B CF 33 4E
Octal 253 312 344 31 13 0 13 317 63 116
Binary 10101011 11001010 11100100 11001 1011 0 1011 11001111 110011 1001110

Color Harmonies of #ABCAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCAE4

Black with #ABCAE4

Text Example


Text Example

White with #ABCAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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