#A0EDFF

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

Shades of Columbia Blue #A0EDFF

Tints of Columbia Blue #A0EDFF

Color information

#A0EDFF (or 0xA0EDFF) is unknown color: approx Columbia Blue. HEX triplet: A0, ED and FF. RGB value is (160,237,255). Sum of RGB (Red+Green+Blue) = 160+237+255=652 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.54% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EDFF is #5F1200. Grayscale: #D7D7D7. Windows color (decimal): -6230529 or 16772512. OLE color: 16772512.

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

Color convert

RGB160237255-
CMYK0.370.0700
HSL191.37º100%81.37%-
HSV(B)191.37º37.25%100%-
XYZ62.8375.26105.82-
YUV216.03149.9988.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.54%
GREEN value IS 237 (92.97% from 255) = 36.35%
BLUE value IS 255 (100% from 255) = 39.11%
R=24.54%
G=36.35%
B=39.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602372550.370.0700191.3710081.37
HexA0EDFF25700bf6451
Octal24035537745700277144121
Binary101000001110110111111111100101111001011111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EDFF; }

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

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

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

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

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

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

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

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