#A9D9FE

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

Shades of Columbia Blue #A9D9FE

Tints of Columbia Blue #A9D9FE

Color information

#A9D9FE (or 0xA9D9FE) is unknown color: approx Columbia Blue. HEX triplet: A9, D9 and FE. RGB value is (169,217,254). Sum of RGB (Red+Green+Blue) = 169+217+254=640 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.41% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9D9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9D9FE is #562601. Grayscale: #CECECE. Windows color (decimal): -5645826 or 16701865. OLE color: 16701865.

HSL color Cylindrical-coordinate representation of color #A9D9FE: hue angle of 206.12º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9D9FE is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB169217254-
CMYK0.330.1500.00
HSL206.12º97.7%82.94%-
HSV(B)206.12º33.46%99.61%-
XYZ59.0665.22103.24-
YUV206.87154.6100.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.41%
GREEN value IS 217 (85.16% from 255) = 33.91%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=26.41%
G=33.91%
B=39.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1692172540.330.1500.00206.1297.782.94
HexA9D9FE21F00ce6253
Octal251331376411700316142123
Binary1010100111011001111111101000011111001100111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D9FE; }

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

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

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

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

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

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

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

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