#A9CFDA

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

Shades of French Pass #A9CFDA

Tints of French Pass #A9CFDA

Color information

#A9CFDA (or 0xA9CFDA) is unknown color: approx French Pass. HEX triplet: A9, CF and DA. RGB value is (169,207,218). Sum of RGB (Red+Green+Blue) = 169+207+218=594 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.45% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9CFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFDA is #563025. Grayscale: #C4C4C4. Windows color (decimal): -5648422 or 14340009. OLE color: 14340009.

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

Color convert

RGB169207218-
CMYK0.220.0500.15
HSL193.47º39.84%75.88%-
HSV(B)193.47º22.48%85.49%-
XYZ51.3358.1274.84-
YUV196.89139.91108.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.45%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 218 (85.55% from 255) = 36.70%
R=28.45%
G=34.85%
B=36.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692072180.220.0500.15193.4739.8475.88
HexA9CFDA1650Fc1284c
Octal25131733226501730150114
Binary1010100111001111110110101011010101111110000011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CFDA; }

 p { color: rgb(169,207,218); }

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

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

 a { background-color: rgb(169,207,218); }

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

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

 span { border-color: rgb(169,207,218); }

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