#A9DCF5

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

Shades of Columbia Blue #A9DCF5

Tints of Columbia Blue #A9DCF5

Color information

#A9DCF5 (or 0xA9DCF5) is unknown color: approx Columbia Blue. HEX triplet: A9, DC and F5. RGB value is (169,220,245). Sum of RGB (Red+Green+Blue) = 169+220+245=634 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.66% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 245 (96.09% from 255 or 38.64% from 634); Max value from RGB is 245 - color contains mainly: blue. Hex color #A9DCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DCF5 is #56230A. Grayscale: #CFCFCF. Windows color (decimal): -5645067 or 16112809. OLE color: 16112809.

HSL color Cylindrical-coordinate representation of color #A9DCF5: hue angle of 199.74º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9DCF5 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB169220245-
CMYK0.310.1000.04
HSL199.74º79.17%81.18%-
HSV(B)199.74º31.02%96.08%-
XYZ58.4466.2196.09-
YUV207.6149.1100.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.66%
GREEN value IS 220 (86.33% from 255) = 34.70%
BLUE value IS 245 (96.09% from 255) = 38.64%
R=26.66%
G=34.70%
B=38.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1692202450.310.1000.04199.7479.1781.18
HexA9DCF51FA04c84f51
Octal251334365371204310117121
Binary10101001110111001111010111111101001001100100010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCF5; }

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

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

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

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

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

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

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

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