#A4EBFB

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

Shades of Blizzard Blue #A4EBFB

Tints of Blizzard Blue #A4EBFB

Color information

#A4EBFB (or 0xA4EBFB) is unknown color: approx Blizzard Blue. HEX triplet: A4, EB and FB. RGB value is (164,235,251). Sum of RGB (Red+Green+Blue) = 164+235+251=650 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.23% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4EBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EBFB is #5B1404. Grayscale: #D7D7D7. Windows color (decimal): -5968901 or 16509860. OLE color: 16509860.

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

Color convert

RGB164235251-
CMYK0.350.0600.02
HSL191.03º91.58%81.37%-
HSV(B)191.03º34.66%98.43%-
XYZ62.4374.27102.31-
YUV215.6147.9891.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.23%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=25.23%
G=36.15%
B=38.62%

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
Decimal1642352510.350.0600.02191.0391.5881.37
HexA4EBFB23602bf5c51
Octal24435337343602277134121
Binary1010010011101011111110111000111100101011111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBFB; }

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

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

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

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

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

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

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

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