#A7EAFD

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

Shades of Blizzard Blue #A7EAFD

Tints of Blizzard Blue #A7EAFD

Color information

#A7EAFD (or 0xA7EAFD) is unknown color: approx Blizzard Blue. HEX triplet: A7, EA and FD. RGB value is (167,234,253). Sum of RGB (Red+Green+Blue) = 167+234+253=654 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.54% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #A7EAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EAFD is #581502. Grayscale: #D7D7D7. Windows color (decimal): -5772547 or 16640679. OLE color: 16640679.

HSL color Cylindrical-coordinate representation of color #A7EAFD: hue angle of 193.26º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7EAFD is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB167234253-
CMYK0.340.0800.01
HSL193.26º95.56%82.35%-
HSV(B)193.26º33.99%99.22%-
XYZ63.0974.15103.92-
YUV216.13148.892.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.54%
GREEN value IS 234 (91.80% from 255) = 35.78%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=25.54%
G=35.78%
B=38.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672342530.340.0800.01193.2695.5682.35
HexA7EAFD22801c16052
Octal247352375421001301140122
Binary1010011111101010111111011000101000011100000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EAFD; }

 p { color: rgb(167,234,253); }

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

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

 a { background-color: rgb(167,234,253); }

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

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

 span { border-color: rgb(167,234,253); }

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