#A4EDFA

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

Shades of Blizzard Blue #A4EDFA

Tints of Blizzard Blue #A4EDFA

Color information

#A4EDFA (or 0xA4EDFA) is unknown color: approx Blizzard Blue. HEX triplet: A4, ED and FA. RGB value is (164,237,250). Sum of RGB (Red+Green+Blue) = 164+237+250=651 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.19% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4EDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EDFA is #5B1205. Grayscale: #D8D8D8. Windows color (decimal): -5968390 or 16444836. OLE color: 16444836.

HSL color Cylindrical-coordinate representation of color #A4EDFA: hue angle of 189.07º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4EDFA is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164237250-
CMYK0.340.0500.02
HSL189.07º89.58%81.18%-
HSV(B)189.07º34.4%98.04%-
XYZ62.8575.36101.68-
YUV216.66146.8290.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.19%
GREEN value IS 237 (92.97% from 255) = 36.41%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=25.19%
G=36.41%
B=38.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642372500.340.0500.02189.0789.5881.18
HexA4EDFA22502bd5a51
Octal24435537242502275132121
Binary1010010011101101111110101000101010101011110110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EDFA; }

 p { color: rgb(164,237,250); }

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

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

 a { background-color: rgb(164,237,250); }

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

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

 span { border-color: rgb(164,237,250); }

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