#A8EDFB

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

Shades of Blizzard Blue #A8EDFB

Tints of Blizzard Blue #A8EDFB

Color information

#A8EDFB (or 0xA8EDFB) is unknown color: approx Blizzard Blue. HEX triplet: A8, ED and FB. RGB value is (168,237,251). Sum of RGB (Red+Green+Blue) = 168+237+251=656 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.61% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8EDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EDFB is #571204. Grayscale: #D9D9D9. Windows color (decimal): -5706245 or 16510376. OLE color: 16510376.

HSL color Cylindrical-coordinate representation of color #A8EDFB: hue angle of 190.12º degrees, saturation: 0.91, 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 #A8EDFB is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168237251-
CMYK0.330.0600.02
HSL190.12º91.21%82.16%-
HSV(B)190.12º33.07%98.43%-
XYZ63.8575.86102.54-
YUV217.96146.6492.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.61%
GREEN value IS 237 (92.97% from 255) = 36.13%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=25.61%
G=36.13%
B=38.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1682372510.330.0600.02190.1291.2182.16
HexA8EDFB21602be5b52
Octal25035537341602276133122
Binary1010100011101101111110111000011100101011111010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EDFB; }

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

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

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

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

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

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

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

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