#A9D9FD

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

Shades of Columbia Blue #A9D9FD

Tints of Columbia Blue #A9D9FD

Color information

#A9D9FD (or 0xA9D9FD) is unknown color: approx Columbia Blue. HEX triplet: A9, D9 and FD. RGB value is (169,217,253). Sum of RGB (Red+Green+Blue) = 169+217+253=639 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.45% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9D9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D9FD is #562602. Grayscale: #CECECE. Windows color (decimal): -5645827 or 16636329. OLE color: 16636329.

HSL color Cylindrical-coordinate representation of color #A9D9FD: hue angle of 205.71º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9D9FD is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169217253-
CMYK0.330.1400.01
HSL205.71º95.45%82.75%-
HSV(B)205.71º33.2%99.22%-
XYZ58.965.15102.4-
YUV206.75154.1101.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.45%
GREEN value IS 217 (85.16% from 255) = 33.96%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=26.45%
G=33.96%
B=39.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1692172530.330.1400.01205.7195.4582.75
HexA9D9FD21E01ce5f53
Octal251331375411601316137123
Binary1010100111011001111111011000011110011100111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D9FD; }

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

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

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

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

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

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

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

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