#A4EFFA

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

Shades of Blizzard Blue #A4EFFA

Tints of Blizzard Blue #A4EFFA

Color information

#A4EFFA (or 0xA4EFFA) is unknown color: approx Blizzard Blue. HEX triplet: A4, EF and FA. RGB value is (164,239,250). Sum of RGB (Red+Green+Blue) = 164+239+250=653 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.11% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4EFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EFFA is #5B1005. Grayscale: #D9D9D9. Windows color (decimal): -5967878 or 16445348. OLE color: 16445348.

HSL color Cylindrical-coordinate representation of color #A4EFFA: hue angle of 187.67º 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 #A4EFFA is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164239250-
CMYK0.340.0400.02
HSL187.67º89.58%81.18%-
HSV(B)187.67º34.4%98.04%-
XYZ63.4376.53101.87-
YUV217.83146.1589.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.11%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=25.11%
G=36.60%
B=38.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642392500.340.0400.02187.6789.5881.18
HexA4EFFA22402bc5a51
Octal24435737242402274132121
Binary1010010011101111111110101000101000101011110010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EFFA; }

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

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

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

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

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

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

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

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