#A9D0DC

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

Shades of French Pass #A9D0DC

Tints of French Pass #A9D0DC

Color information

#A9D0DC (or 0xA9D0DC) is unknown color: approx French Pass. HEX triplet: A9, D0 and DC. RGB value is (169,208,220). Sum of RGB (Red+Green+Blue) = 169+208+220=597 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.31% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9D0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D0DC is #562F23. Grayscale: #C5C5C5. Windows color (decimal): -5648164 or 14471337. OLE color: 14471337.

HSL color Cylindrical-coordinate representation of color #A9D0DC: hue angle of 194.12º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9D0DC is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169208220-
CMYK0.230.0500.14
HSL194.12º42.15%76.27%-
HSV(B)194.12º23.18%86.27%-
XYZ51.8458.7176.31-
YUV197.71140.58107.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.31%
GREEN value IS 208 (81.64% from 255) = 34.84%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=28.31%
G=34.84%
B=36.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692082200.230.0500.14194.1242.1576.27
HexA9D0DC1750Ec22a4c
Octal25132033427501630252114
Binary1010100111010000110111001011110101110110000101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D0DC; }

 p { color: rgb(169,208,220); }

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

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

 a { background-color: rgb(169,208,220); }

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

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

 span { border-color: rgb(169,208,220); }

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