#A9CDDD

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

Shades of French Pass #A9CDDD

Tints of French Pass #A9CDDD

Color information

#A9CDDD (or 0xA9CDDD) is unknown color: approx French Pass. HEX triplet: A9, CD and DD. RGB value is (169,205,221). Sum of RGB (Red+Green+Blue) = 169+205+221=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #A9CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDDD is #563222. Grayscale: #C3C3C3. Windows color (decimal): -5648931 or 14536105. OLE color: 14536105.

HSL color Cylindrical-coordinate representation of color #A9CDDD: hue angle of 198.46º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9CDDD is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169205221-
CMYK0.240.0700.13
HSL198.46º43.33%76.47%-
HSV(B)198.46º23.53%86.67%-
XYZ51.2457.3276.77-
YUV196.06142.07108.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.40%
GREEN value IS 205 (80.47% from 255) = 34.45%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=28.40%
G=34.45%
B=37.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692052210.240.0700.13198.4643.3376.47
HexA9CDDD1870Dc62b4c
Octal25131533530701530653114
Binary1010100111001101110111011100011101101110001101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CDDD; }

 p { color: rgb(169,205,221); }

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

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

 a { background-color: rgb(169,205,221); }

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

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

 span { border-color: rgb(169,205,221); }

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