#A2ECFF

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

Shades of Columbia Blue #A2ECFF

Tints of Columbia Blue #A2ECFF

Color information

#A2ECFF (or 0xA2ECFF) is unknown color: approx Columbia Blue. HEX triplet: A2, EC and FF. RGB value is (162,236,255). Sum of RGB (Red+Green+Blue) = 162+236+255=653 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.81% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2ECFF is #5D1300. Grayscale: #D7D7D7. Windows color (decimal): -6099713 or 16772258. OLE color: 16772258.

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

Color convert

RGB162236255-
CMYK0.360.0700
HSL192.26º100%81.76%-
HSV(B)192.26º36.47%100%-
XYZ62.9574.89105.75-
YUV216.04149.9889.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.81%
GREEN value IS 236 (92.58% from 255) = 36.14%
BLUE value IS 255 (100% from 255) = 39.05%
R=24.81%
G=36.14%
B=39.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622362550.360.0700192.2610081.76
HexA2ECFF24700c06452
Octal24235437744700300144122
Binary101000101110110011111111100100111001100000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECFF; }

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

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

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

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

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

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

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

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