#A9D9FB

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

Shades of Columbia Blue #A9D9FB

Tints of Columbia Blue #A9D9FB

Color information

#A9D9FB (or 0xA9D9FB) is unknown color: approx Columbia Blue. HEX triplet: A9, D9 and FB. RGB value is (169,217,251). Sum of RGB (Red+Green+Blue) = 169+217+251=637 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.53% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9D9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D9FB is #562604. Grayscale: #CECECE. Windows color (decimal): -5645829 or 16505257. OLE color: 16505257.

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

Color convert

RGB169217251-
CMYK0.330.1400.02
HSL204.88º91.11%82.35%-
HSV(B)204.88º32.67%98.43%-
XYZ58.5965.03100.73-
YUV206.52153.1101.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.53%
GREEN value IS 217 (85.16% from 255) = 34.07%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=26.53%
G=34.07%
B=39.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692172510.330.1400.02204.8891.1182.35
HexA9D9FB21E02cd5b52
Octal251331373411602315133122
Binary10101001110110011111101110000111100101100110110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D9FB; }

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

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

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

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

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

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

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

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