#A0ECFF

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

Shades of Columbia Blue #A0ECFF

Tints of Columbia Blue #A0ECFF

Color information

#A0ECFF (or 0xA0ECFF) is unknown color: approx Columbia Blue. HEX triplet: A0, EC and FF. RGB value is (160,236,255). Sum of RGB (Red+Green+Blue) = 160+236+255=651 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.58% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0ECFF is #5F1300. Grayscale: #D7D7D7. Windows color (decimal): -6230785 or 16772256. OLE color: 16772256.

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

Color convert

RGB160236255-
CMYK0.370.0700
HSL192º100%81.37%-
HSV(B)192º37.25%100%-
XYZ62.5474.68105.73-
YUV215.44150.3288.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.58%
GREEN value IS 236 (92.58% from 255) = 36.25%
BLUE value IS 255 (100% from 255) = 39.17%
R=24.58%
G=36.25%
B=39.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602362550.370.070019210081.37
HexA0ECFF25700c06451
Octal24035437745700300144121
Binary101000001110110011111111100101111001100000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ECFF; }

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

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

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

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

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

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

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

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