#A4EDFB

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

Shades of Blizzard Blue #A4EDFB

Tints of Blizzard Blue #A4EDFB

Color information

#A4EDFB (or 0xA4EDFB) is unknown color: approx Blizzard Blue. HEX triplet: A4, ED and FB. RGB value is (164,237,251). Sum of RGB (Red+Green+Blue) = 164+237+251=652 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.15% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4EDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EDFB is #5B1204. Grayscale: #D8D8D8. Windows color (decimal): -5968389 or 16510372. OLE color: 16510372.

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

Color convert

RGB164237251-
CMYK0.350.0600.02
HSL189.66º91.58%81.37%-
HSV(B)189.66º34.66%98.43%-
XYZ63.0175.43102.5-
YUV216.77147.3290.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.15%
GREEN value IS 237 (92.97% from 255) = 36.35%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=25.15%
G=36.35%
B=38.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642372510.350.0600.02189.6691.5881.37
HexA4EDFB23602be5c51
Octal24435537343602276134121
Binary1010010011101101111110111000111100101011111010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EDFB; }

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

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

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

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

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

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

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

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