#A0E3ED

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

Shades of Blizzard Blue #A0E3ED

Tints of Blizzard Blue #A0E3ED

Color information

#A0E3ED (or 0xA0E3ED) is unknown color: approx Blizzard Blue. HEX triplet: A0, E3 and ED. RGB value is (160,227,237). Sum of RGB (Red+Green+Blue) = 160+227+237=624 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.64% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0E3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E3ED is #5F1C12. Grayscale: #D0D0D0. Windows color (decimal): -6233107 or 15590304. OLE color: 15590304.

HSL color Cylindrical-coordinate representation of color #A0E3ED: hue angle of 187.79º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0E3ED is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160227237-
CMYK0.320.0400.07
HSL187.79º68.14%77.84%-
HSV(B)187.79º32.49%92.94%-
XYZ57.2568.5390.33-
YUV208.11144.393.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.64%
GREEN value IS 227 (89.06% from 255) = 36.38%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=25.64%
G=36.38%
B=37.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602272370.320.0400.07187.7968.1477.84
HexA0E3ED20407bc444e
Octal24034335540407274104116
Binary10100000111000111110110110000010001111011110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E3ED; }

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

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

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

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

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

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

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

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