#A4EEFE

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

Shades of Blizzard Blue #A4EEFE

Tints of Blizzard Blue #A4EEFE

Color information

#A4EEFE (or 0xA4EEFE) is unknown color: approx Blizzard Blue. HEX triplet: A4, EE and FE. RGB value is (164,238,254). Sum of RGB (Red+Green+Blue) = 164+238+254=656 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4EEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EEFE is #5B1101. Grayscale: #D9D9D9. Windows color (decimal): -5968130 or 16707236. OLE color: 16707236.

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

Color convert

RGB164238254-
CMYK0.350.0600.00
HSL190.67º97.83%81.96%-
HSV(B)190.67º35.43%99.61%-
XYZ63.7776.2105.11-
YUV217.7148.4889.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25%
GREEN value IS 238 (93.36% from 255) = 36.28%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=25%
G=36.28%
B=38.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642382540.350.0600.00190.6797.8381.96
HexA4EEFE23600bf6252
Octal24435637643600277142122
Binary101001001110111011111110100011110001011111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EEFE; }

 p { color: rgb(164,238,254); }

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

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

 a { background-color: rgb(164,238,254); }

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

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

 span { border-color: rgb(164,238,254); }

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