#A0E4FA

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

Shades of Columbia Blue #A0E4FA

Tints of Columbia Blue #A0E4FA

Color information

#A0E4FA (or 0xA0E4FA) is unknown color: approx Columbia Blue. HEX triplet: A0, E4 and FA. RGB value is (160,228,250). Sum of RGB (Red+Green+Blue) = 160+228+250=638 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.08% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0E4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E4FA is #5F1B05. Grayscale: #D2D2D2. Windows color (decimal): -6232838 or 16442528. OLE color: 16442528.

HSL color Cylindrical-coordinate representation of color #A0E4FA: hue angle of 194.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0E4FA is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160228250-
CMYK0.360.0900.02
HSL194.67º90%80.39%-
HSV(B)194.67º36%98.04%-
XYZ59.569.86100.79-
YUV210.18150.4792.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.08%
GREEN value IS 228 (89.45% from 255) = 35.74%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=25.08%
G=35.74%
B=39.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1602282500.360.0900.02194.679080.39
HexA0E4FA24902c35a50
Octal240344372441102303132120
Binary10100000111001001111101010010010010101100001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E4FA; }

 p { color: rgb(160,228,250); }

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

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

 a { background-color: rgb(160,228,250); }

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

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

 span { border-color: rgb(160,228,250); }

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