#A4EDF6

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

Shades of Blizzard Blue #A4EDF6

Tints of Blizzard Blue #A4EDF6

Color information

#A4EDF6 (or 0xA4EDF6) is unknown color: approx Blizzard Blue. HEX triplet: A4, ED and F6. RGB value is (164,237,246). Sum of RGB (Red+Green+Blue) = 164+237+246=647 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.35% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 246 - color contains mainly: blue. Hex color #A4EDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EDF6 is #5B1209. Grayscale: #D8D8D8. Windows color (decimal): -5968394 or 16182692. OLE color: 16182692.

HSL color Cylindrical-coordinate representation of color #A4EDF6: hue angle of 186.59º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4EDF6 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB164237246-
CMYK0.330.0400.04
HSL186.59º82%80.39%-
HSV(B)186.59º33.33%96.47%-
XYZ62.2375.1198.41-
YUV216.2144.8290.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.35%
GREEN value IS 237 (92.97% from 255) = 36.63%
BLUE value IS 246 (96.48% from 255) = 38.02%
R=25.35%
G=36.63%
B=38.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1642372460.330.0400.04186.598280.39
HexA4EDF621404bb5250
Octal24435536641404273122120
Binary10100100111011011111011010000110001001011101110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EDF6; }

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

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

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

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

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

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

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

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