#A0E1FC

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

Shades of Columbia Blue #A0E1FC

Tints of Columbia Blue #A0E1FC

Color information

#A0E1FC (or 0xA0E1FC) is unknown color: approx Columbia Blue. HEX triplet: A0, E1 and FC. RGB value is (160,225,252). Sum of RGB (Red+Green+Blue) = 160+225+252=637 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.12% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0E1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E1FC is #5F1E03. Grayscale: #D0D0D0. Windows color (decimal): -6233604 or 16572832. OLE color: 16572832.

HSL color Cylindrical-coordinate representation of color #A0E1FC: hue angle of 197.61º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0E1FC is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB160225252-
CMYK0.370.1100.01
HSL197.61º93.88%80.78%-
HSV(B)197.61º36.51%98.82%-
XYZ58.9968.35102.18-
YUV208.64152.4793.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.12%
GREEN value IS 225 (88.28% from 255) = 35.32%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=25.12%
G=35.32%
B=39.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602252520.370.1100.01197.6193.8880.78
HexA0E1FC25B01c65e51
Octal240341374451301306136121
Binary1010000011100001111111001001011011011100011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E1FC; }

 p { color: rgb(160,225,252); }

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

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

 a { background-color: rgb(160,225,252); }

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

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

 span { border-color: rgb(160,225,252); }

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