#A0D9F4

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

Shades of Columbia Blue #A0D9F4

Tints of Columbia Blue #A0D9F4

Color information

#A0D9F4 (or 0xA0D9F4) is unknown color: approx Columbia Blue. HEX triplet: A0, D9 and F4. RGB value is (160,217,244). Sum of RGB (Red+Green+Blue) = 160+217+244=621 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.76% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 244 (95.70% from 255 or 39.29% from 621); Max value from RGB is 244 - color contains mainly: blue. Hex color #A0D9F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D9F4 is #5F260B. Grayscale: #CACACA. Windows color (decimal): -6235660 or 16046496. OLE color: 16046496.

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

Color convert

RGB160217244-
CMYK0.340.1100.04
HSL199.29º79.25%79.22%-
HSV(B)199.29º34.43%95.69%-
XYZ55.6463.6394.94-
YUV203.04151.1297.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.76%
GREEN value IS 217 (85.16% from 255) = 34.94%
BLUE value IS 244 (95.70% from 255) = 39.29%
R=25.76%
G=34.94%
B=39.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1602172440.340.1100.04199.2979.2579.22
HexA0D9F422B04c74f4f
Octal240331364421304307117117
Binary101000001101100111110100100010101101001100011110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D9F4; }

 p { color: rgb(160,217,244); }

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

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

 a { background-color: rgb(160,217,244); }

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

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

 span { border-color: rgb(160,217,244); }

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