Html Css Color HEX #ABCADE Sail

📋 copy color: '#ABCADE'

red 171 ◦ green 202 ◦ blue 222

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

Shades of Sail #ABCADE

Tints of Sail #ABCADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.31%

R = 28.74%
G = 33.95%
B = 37.31%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABCADE (or 0xABCADE) is known color: Sail. HEX triplet: AB, CA and DE. RGB value is (171,202,222). Sum of RGB (Red+Green+Blue) = 171+202+222=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABCADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCADE is #543521. Grayscale: #C2C2C2. Windows color (decimal): -5518626 or 14600875. OLE color: 14600875.

HSL color Cylindrical-coordinate representation of color #ABCADE: hue angle of 203.53º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABCADE is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 202 222 -
CMYK 0.23 0.09 0 0.13
HSL 203.53º 0.44% 0.77% -
HSV(B) 203.53º 0.23% 0.87% -
XYZ 51.1 56.17 77.26 -
YUV 195.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 171 202 222 0.23 0.09 0 0.13 203.53 0.44 0.77
Hex AB CA DE 17 9 0 D CC 2C 4D
Octal 253 312 336 27 11 0 15 314 54 115
Binary 10101011 11001010 11011110 10111 1001 0 1101 11001100 101100 1001101

Color Harmonies of #ABCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCADE

Black with #ABCADE

Text Example


Text Example

White with #ABCADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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