#A8EDFA

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

Shades of Blizzard Blue #A8EDFA

Tints of Blizzard Blue #A8EDFA

Color information

#A8EDFA (or 0xA8EDFA) is unknown color: approx Blizzard Blue. HEX triplet: A8, ED and FA. RGB value is (168,237,250). Sum of RGB (Red+Green+Blue) = 168+237+250=655 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.65% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8EDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EDFA is #571205. Grayscale: #D9D9D9. Windows color (decimal): -5706246 or 16444840. OLE color: 16444840.

HSL color Cylindrical-coordinate representation of color #A8EDFA: hue angle of 189.51º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8EDFA is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168237250-
CMYK0.330.0500.02
HSL189.51º89.13%81.96%-
HSV(B)189.51º32.8%98.04%-
XYZ63.6975.8101.72-
YUV217.85146.1492.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.65%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=25.65%
G=36.18%
B=38.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682372500.330.0500.02189.5189.1381.96
HexA8EDFA21502be5952
Octal25035537241502276131122
Binary1010100011101101111110101000011010101011111010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EDFA; }

 p { color: rgb(168,237,250); }

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

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

 a { background-color: rgb(168,237,250); }

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

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

 span { border-color: rgb(168,237,250); }

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