#A5F0FF

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

Shades of Blizzard Blue #A5F0FF

Tints of Blizzard Blue #A5F0FF

Color information

#A5F0FF (or 0xA5F0FF) is unknown color: approx Blizzard Blue. HEX triplet: A5, F0 and FF. RGB value is (165,240,255). Sum of RGB (Red+Green+Blue) = 165+240+255=660 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F0FF is #5A0F00. Grayscale: #DBDBDB. Windows color (decimal): -5902081 or 16773285. OLE color: 16773285.

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

Color convert

RGB165240255-
CMYK0.350.0600
HSL190º100%82.35%-
HSV(B)190º35.29%100%-
XYZ64.7377.54106.16-
YUV219.28148.1589.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25%
GREEN value IS 240 (94.14% from 255) = 36.36%
BLUE value IS 255 (100% from 255) = 38.64%
R=25%
G=36.36%
B=38.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652402550.350.060019010082.35
HexA5F0FF23600be6452
Octal24536037743600276144122
Binary101001011111000011111111100011110001011111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F0FF; }

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

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

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

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

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

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

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

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