#A9DCFA

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

Shades of Columbia Blue #A9DCFA

Tints of Columbia Blue #A9DCFA

Color information

#A9DCFA (or 0xA9DCFA) is unknown color: approx Columbia Blue. HEX triplet: A9, DC and FA. RGB value is (169,220,250). Sum of RGB (Red+Green+Blue) = 169+220+250=639 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.45% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9DCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DCFA is #562305. Grayscale: #CFCFCF. Windows color (decimal): -5645062 or 16440489. OLE color: 16440489.

HSL color Cylindrical-coordinate representation of color #A9DCFA: hue angle of 202.22º degrees, saturation: 0.89, 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 #A9DCFA is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169220250-
CMYK0.320.1200.02
HSL202.22º89.01%82.16%-
HSV(B)202.22º32.4%98.04%-
XYZ59.2166.52100.16-
YUV208.17151.6100.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.45%
GREEN value IS 220 (86.33% from 255) = 34.43%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=26.45%
G=34.43%
B=39.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1692202500.320.1200.02202.2289.0182.16
HexA9DCFA20C02ca5952
Octal251334372401402312131122
Binary10101001110111001111101010000011000101100101010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCFA; }

 p { color: rgb(169,220,250); }

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

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

 a { background-color: rgb(169,220,250); }

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

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

 span { border-color: rgb(169,220,250); }

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