#A8EDFF

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

Shades of Blizzard Blue #A8EDFF

Tints of Blizzard Blue #A8EDFF

Color information

#A8EDFF (or 0xA8EDFF) is unknown color: approx Blizzard Blue. HEX triplet: A8, ED and FF. RGB value is (168,237,255). Sum of RGB (Red+Green+Blue) = 168+237+255=660 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.45% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EDFF is #571200. Grayscale: #DADADA. Windows color (decimal): -5706241 or 16772520. OLE color: 16772520.

HSL color Cylindrical-coordinate representation of color #A8EDFF: hue angle of 192.41º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8EDFF is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB168237255-
CMYK0.340.0700
HSL192.41º100%82.94%-
HSV(B)192.41º34.12%100%-
XYZ64.4876.11105.9-
YUV218.42148.6492.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.45%
GREEN value IS 237 (92.97% from 255) = 35.91%
BLUE value IS 255 (100% from 255) = 38.64%
R=25.45%
G=35.91%
B=38.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682372550.340.0700192.4110082.94
HexA8EDFF22700c06453
Octal25035537742700300144123
Binary101010001110110111111111100010111001100000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EDFF; }

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

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

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

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

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

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

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

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