#A0D1DF

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

Shades of French Pass #A0D1DF

Tints of French Pass #A0D1DF

Color information

#A0D1DF (or 0xA0D1DF) is unknown color: approx French Pass. HEX triplet: A0, D1 and DF. RGB value is (160,209,223). Sum of RGB (Red+Green+Blue) = 160+209+223=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0D1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D1DF is #5F2E20. Grayscale: #C3C3C3. Windows color (decimal): -6237729 or 14668192. OLE color: 14668192.

HSL color Cylindrical-coordinate representation of color #A0D1DF: hue angle of 193.33º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0D1DF is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160209223-
CMYK0.280.0600.13
HSL193.33º49.61%75.1%-
HSV(B)193.33º28.25%87.45%-
XYZ50.6258.478.42-
YUV195.94143.27102.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.03%
GREEN value IS 209 (82.03% from 255) = 35.30%
BLUE value IS 223 (87.5% from 255) = 37.67%
R=27.03%
G=35.30%
B=37.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602092230.280.0600.13193.3349.6175.1
HexA0D1DF1C60Dc1324b
Octal24032133734601530162113
Binary1010000011010001110111111110011001101110000011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D1DF; }

 p { color: rgb(160,209,223); }

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

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

 a { background-color: rgb(160,209,223); }

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

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

 span { border-color: rgb(160,209,223); }

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