#ABCAD9

Color #ABCAD9 French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #ABCAD9

Tints of French Pass #ABCAD9

Color information

#ABCAD9 (or 0xABCAD9) is unknown color: approx French Pass. HEX triplet: AB, CA and D9. RGB value is (171,202,217). Sum of RGB (Red+Green+Blue) = 171+202+217=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 217 - color contains mainly: blue. Hex color #ABCAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAD9 is #543526. Grayscale: #C2C2C2. Windows color (decimal): -5518631 or 14273195. OLE color: 14273195.

HSL color Cylindrical-coordinate representation of color #ABCAD9: hue angle of 199.57º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABCAD9 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171202217-
CMYK0.210.0700.15
HSL199.57º37.7%76.08%-
HSV(B)199.57º21.2%85.1%-
XYZ50.4455.9173.78-
YUV194.44140.73111.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 217 (85.16% from 255) = 36.78%
R=28.98%
G=34.24%
B=36.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712022170.210.0700.15199.5737.776.08
HexABCAD91570Fc8264c
Octal25331233125701731046114
Binary1010101111001010110110011010111101111110010001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAD9; }

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

 H1.HeaderClassName
 {
   color: #ABCAD9;
 }
 .AnyTagClassName
 {
   color: #ABCAD9;
 }
</style>
background-color css

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

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

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

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

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

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