#A9D9F9

Color #A9D9F9 Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #A9D9F9

Tints of Columbia Blue #A9D9F9

Color information

#A9D9F9 (or 0xA9D9F9) is unknown color: approx Columbia Blue. HEX triplet: A9, D9 and F9. RGB value is (169,217,249). Sum of RGB (Red+Green+Blue) = 169+217+249=635 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.61% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #A9D9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D9F9 is #562606. Grayscale: #CECECE. Windows color (decimal): -5645831 or 16374185. OLE color: 16374185.

HSL color Cylindrical-coordinate representation of color #A9D9F9: hue angle of 204º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9D9F9 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169217249-
CMYK0.320.1300.02
HSL204º86.96%81.96%-
HSV(B)204º32.13%97.65%-
XYZ58.2764.999.08-
YUV206.3152.1101.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.61%
GREEN value IS 217 (85.16% from 255) = 34.17%
BLUE value IS 249 (97.66% from 255) = 39.21%
R=26.61%
G=34.17%
B=39.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692172490.320.1300.0220486.9681.96
HexA9D9F920D02cc5752
Octal251331371401502314127122
Binary10101001110110011111100110000011010101100110010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D9F9; }

 p { color: rgb(169,217,249); }

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

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

 a { background-color: rgb(169,217,249); }

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

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

 span { border-color: rgb(169,217,249); }

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