#A0EAFE

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

Shades of Columbia Blue #A0EAFE

Tints of Columbia Blue #A0EAFE

Color information

#A0EAFE (or 0xA0EAFE) is unknown color: approx Columbia Blue. HEX triplet: A0, EA and FE. RGB value is (160,234,254). Sum of RGB (Red+Green+Blue) = 160+234+254=648 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.69% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EAFE is #5F1501. Grayscale: #D6D6D6. Windows color (decimal): -6231298 or 16706208. OLE color: 16706208.

HSL color Cylindrical-coordinate representation of color #A0EAFE: hue angle of 192.77º 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 #A0EAFE is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB160234254-
CMYK0.370.0800.00
HSL192.77º97.92%81.18%-
HSV(B)192.77º37.01%99.61%-
XYZ61.8173.47104.69-
YUV214.15150.4889.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.69%
GREEN value IS 234 (91.80% from 255) = 36.11%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=24.69%
G=36.11%
B=39.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1602342540.370.0800.00192.7797.9281.18
HexA0EAFE25800c16251
Octal240352376451000301142121
Binary1010000011101010111111101001011000001100000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EAFE; }

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

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

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

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

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

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

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

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