#A0EAFF

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

Shades of Columbia Blue #A0EAFF

Tints of Columbia Blue #A0EAFF

Color information

#A0EAFF (or 0xA0EAFF) is unknown color: approx Columbia Blue. HEX triplet: A0, EA and FF. RGB value is (160,234,255). Sum of RGB (Red+Green+Blue) = 160+234+255=649 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.65% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EAFF is #5F1500. Grayscale: #D6D6D6. Windows color (decimal): -6231297 or 16771744. OLE color: 16771744.

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

Color convert

RGB160234255-
CMYK0.370.0800
HSL193.26º100%81.37%-
HSV(B)193.26º37.25%100%-
XYZ61.9773.54105.54-
YUV214.27150.9889.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.65%
GREEN value IS 234 (91.80% from 255) = 36.06%
BLUE value IS 255 (100% from 255) = 39.29%
R=24.65%
G=36.06%
B=39.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602342550.370.0800193.2610081.37
HexA0EAFF25800c16451
Octal240352377451000301144121
Binary1010000011101010111111111001011000001100000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EAFF; }

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

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

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

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

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

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

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

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