#A5EFFF

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

Shades of Blizzard Blue #A5EFFF

Tints of Blizzard Blue #A5EFFF

Color information

#A5EFFF (or 0xA5EFFF) is unknown color: approx Blizzard Blue. HEX triplet: A5, EF and FF. RGB value is (165,239,255). Sum of RGB (Red+Green+Blue) = 165+239+255=659 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25.04% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EFFF is #5A1000. Grayscale: #DADADA. Windows color (decimal): -5902337 or 16773029. OLE color: 16773029.

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

Color convert

RGB165239255-
CMYK0.350.0600
HSL190.67º100%82.35%-
HSV(B)190.67º35.29%100%-
XYZ64.4376.95106.07-
YUV218.7148.4889.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.04%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 255 (100% from 255) = 38.69%
R=25.04%
G=36.27%
B=38.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652392550.350.0600190.6710082.35
HexA5EFFF23600bf6452
Octal24535737743600277144122
Binary101001011110111111111111100011110001011111111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EFFF; }

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

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

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

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

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

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

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

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