#A5EFFE

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

Shades of Blizzard Blue #A5EFFE

Tints of Blizzard Blue #A5EFFE

Color information

#A5EFFE (or 0xA5EFFE) is unknown color: approx Blizzard Blue. HEX triplet: A5, EF and FE. RGB value is (165,239,254). Sum of RGB (Red+Green+Blue) = 165+239+254=658 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25.08% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5EFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EFFE is #5A1001. Grayscale: #DADADA. Windows color (decimal): -5902338 or 16707493. OLE color: 16707493.

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

Color convert

RGB165239254-
CMYK0.350.0600.00
HSL190.11º97.8%82.16%-
HSV(B)190.11º35.04%99.61%-
XYZ64.2776.89105.22-
YUV218.58147.9889.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.08%
GREEN value IS 239 (93.75% from 255) = 36.32%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=25.08%
G=36.32%
B=38.60%

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
Decimal1652392540.350.0600.00190.1197.882.16
HexA5EFFE23600be6252
Octal24535737643600276142122
Binary101001011110111111111110100011110001011111011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EFFE; }

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

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

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

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

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

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

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

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