#A5F0FE

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

Shades of Blizzard Blue #A5F0FE

Tints of Blizzard Blue #A5F0FE

Color information

#A5F0FE (or 0xA5F0FE) is unknown color: approx Blizzard Blue. HEX triplet: A5, F0 and FE. RGB value is (165,240,254). Sum of RGB (Red+Green+Blue) = 165+240+254=659 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25.04% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F0FE is #5A0F01. Grayscale: #DBDBDB. Windows color (decimal): -5902082 or 16707749. OLE color: 16707749.

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

Color convert

RGB165240254-
CMYK0.350.0600.00
HSL189.44º97.8%82.16%-
HSV(B)189.44º35.04%99.61%-
XYZ64.5777.48105.32-
YUV219.17147.6589.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.04%
GREEN value IS 240 (94.14% from 255) = 36.42%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=25.04%
G=36.42%
B=38.54%

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
Decimal1652402540.350.0600.00189.4497.882.16
HexA5F0FE23600bd6252
Octal24536037643600275142122
Binary101001011111000011111110100011110001011110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F0FE; }

 p { color: rgb(165,240,254); }

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

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

 a { background-color: rgb(165,240,254); }

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

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

 span { border-color: rgb(165,240,254); }

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