#A0D3FE

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

Shades of Columbia Blue #A0D3FE

Tints of Columbia Blue #A0D3FE

Color information

#A0D3FE (or 0xA0D3FE) is unknown color: approx Columbia Blue. HEX triplet: A0, D3 and FE. RGB value is (160,211,254). Sum of RGB (Red+Green+Blue) = 160+211+254=625 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.6% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0D3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D3FE is #5F2C01. Grayscale: #C8C8C8. Windows color (decimal): -6237186 or 16700320. OLE color: 16700320.

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

Color convert

RGB160211254-
CMYK0.370.1700.00
HSL207.45º97.92%81.18%-
HSV(B)207.45º37.01%99.61%-
XYZ55.6861.22102.65-
YUV200.65158.199-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.6%
GREEN value IS 211 (82.81% from 255) = 33.76%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=25.6%
G=33.76%
B=40.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602112540.370.1700.00207.4597.9281.18
HexA0D3FE251100cf6251
Octal240323376452100317142121
Binary10100000110100111111111010010110001001100111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D3FE; }

 p { color: rgb(160,211,254); }

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

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

 a { background-color: rgb(160,211,254); }

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

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

 span { border-color: rgb(160,211,254); }

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