#A9CFDC

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

Shades of French Pass #A9CFDC

Tints of French Pass #A9CFDC

Color information

#A9CFDC (or 0xA9CFDC) is unknown color: approx French Pass. HEX triplet: A9, CF and DC. RGB value is (169,207,220). Sum of RGB (Red+Green+Blue) = 169+207+220=596 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.36% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFDC is #563023. Grayscale: #C5C5C5. Windows color (decimal): -5648420 or 14471081. OLE color: 14471081.

HSL color Cylindrical-coordinate representation of color #A9CFDC: hue angle of 195.29º 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 #A9CFDC is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169207220-
CMYK0.230.0600.14
HSL195.29º42.15%76.27%-
HSV(B)195.29º23.18%86.27%-
XYZ51.5958.2376.23-
YUV197.12140.91107.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.36%
GREEN value IS 207 (81.25% from 255) = 34.73%
BLUE value IS 220 (86.33% from 255) = 36.91%
R=28.36%
G=34.73%
B=36.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692072200.230.0600.14195.2942.1576.27
HexA9CFDC1760Ec32a4c
Octal25131733427601630352114
Binary1010100111001111110111001011111001110110000111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CFDC; }

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

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

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

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

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

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

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

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