#A4EFFE

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

Shades of Blizzard Blue #A4EFFE

Tints of Blizzard Blue #A4EFFE

Color information

#A4EFFE (or 0xA4EFFE) is unknown color: approx Blizzard Blue. HEX triplet: A4, EF and FE. RGB value is (164,239,254). Sum of RGB (Red+Green+Blue) = 164+239+254=657 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.96% from 657); Green value is 239 (93.75% from 255 or 36.38% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4EFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EFFE is #5B1001. Grayscale: #DADADA. Windows color (decimal): -5967874 or 16707492. OLE color: 16707492.

HSL color Cylindrical-coordinate representation of color #A4EFFE: hue angle of 190º 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 #A4EFFE is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB164239254-
CMYK0.350.0600.00
HSL190º97.83%81.96%-
HSV(B)190º35.43%99.61%-
XYZ64.0776.78105.21-
YUV218.28148.1589.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.96%
GREEN value IS 239 (93.75% from 255) = 36.38%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=24.96%
G=36.38%
B=38.66%

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
Decimal1642392540.350.0600.0019097.8381.96
HexA4EFFE23600be6252
Octal24435737643600276142122
Binary101001001110111111111110100011110001011111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EFFE; }

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

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

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

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

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

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

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

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