#A2EBFE

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

Shades of Columbia Blue #A2EBFE

Tints of Columbia Blue #A2EBFE

Color information

#A2EBFE (or 0xA2EBFE) is unknown color: approx Columbia Blue. HEX triplet: A2, EB and FE. RGB value is (162,235,254). Sum of RGB (Red+Green+Blue) = 162+235+254=651 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.88% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2EBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EBFE is #5D1401. Grayscale: #D7D7D7. Windows color (decimal): -6099970 or 16706466. OLE color: 16706466.

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

Color convert

RGB162235254-
CMYK0.360.0700.00
HSL192.39º97.87%81.57%-
HSV(B)192.39º36.22%99.61%-
XYZ62.574.25104.8-
YUV215.34149.8289.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 24.88%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 254 (99.61% from 255) = 39.02%
R=24.88%
G=36.10%
B=39.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622352540.360.0700.00192.3997.8781.57
HexA2EBFE24700c06252
Octal24235337644700300142122
Binary101000101110101111111110100100111001100000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EBFE; }

 p { color: rgb(162,235,254); }

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

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

 a { background-color: rgb(162,235,254); }

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

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

 span { border-color: rgb(162,235,254); }

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