#A5F1FF

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

Shades of Blizzard Blue #A5F1FF

Tints of Blizzard Blue #A5F1FF

Color information

#A5F1FF (or 0xA5F1FF) is unknown color: approx Blizzard Blue. HEX triplet: A5, F1 and FF. RGB value is (165,241,255). Sum of RGB (Red+Green+Blue) = 165+241+255=661 (87% of max value = 765). Red value is 165 (64.84% from 255 or 24.96% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5F1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F1FF is #5A0E00. Grayscale: #DBDBDB. Windows color (decimal): -5901825 or 16773541. OLE color: 16773541.

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

Color convert

RGB165241255-
CMYK0.350.0500
HSL189.33º100%82.35%-
HSV(B)189.33º35.29%100%-
XYZ65.0278.13106.26-
YUV219.87147.8288.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 24.96%
GREEN value IS 241 (94.53% from 255) = 36.46%
BLUE value IS 255 (100% from 255) = 38.58%
R=24.96%
G=36.46%
B=38.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652412550.350.0500189.3310082.35
HexA5F1FF23500bd6452
Octal24536137743500275144122
Binary101001011111000111111111100011101001011110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F1FF; }

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

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

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

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

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

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

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

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