#A4EBF3

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

Shades of Blizzard Blue #A4EBF3

Tints of Blizzard Blue #A4EBF3

Color information

#A4EBF3 (or 0xA4EBF3) is unknown color: approx Blizzard Blue. HEX triplet: A4, EB and F3. RGB value is (164,235,243). Sum of RGB (Red+Green+Blue) = 164+235+243=642 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.55% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #A4EBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EBF3 is #5B140C. Grayscale: #D6D6D6. Windows color (decimal): -5968909 or 15985572. OLE color: 15985572.

HSL color Cylindrical-coordinate representation of color #A4EBF3: hue angle of 186.08º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4EBF3 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164235243-
CMYK0.330.0300.05
HSL186.08º76.7%79.8%-
HSV(B)186.08º32.51%95.29%-
XYZ61.273.7895.81-
YUV214.68143.9891.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.55%
GREEN value IS 235 (92.19% from 255) = 36.60%
BLUE value IS 243 (95.31% from 255) = 37.85%
R=25.55%
G=36.60%
B=37.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642352430.330.0300.05186.0876.779.8
HexA4EBF321305ba4d50
Octal24435336341305272115120
Binary1010010011101011111100111000011101011011101010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBF3; }

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

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

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

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

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

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

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

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