#A7EBFD

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

Shades of Blizzard Blue #A7EBFD

Tints of Blizzard Blue #A7EBFD

Color information

#A7EBFD (or 0xA7EBFD) is unknown color: approx Blizzard Blue. HEX triplet: A7, EB and FD. RGB value is (167,235,253). Sum of RGB (Red+Green+Blue) = 167+235+253=655 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.50% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #A7EBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EBFD is #581402. Grayscale: #D8D8D8. Windows color (decimal): -5772291 or 16640935. OLE color: 16640935.

HSL color Cylindrical-coordinate representation of color #A7EBFD: hue angle of 192.56º 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 #A7EBFD is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB167235253-
CMYK0.340.0700.01
HSL192.56º95.56%82.35%-
HSV(B)192.56º33.99%99.22%-
XYZ63.3774.72104.01-
YUV216.72148.4792.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.50%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=25.50%
G=35.88%
B=38.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672352530.340.0700.01192.5695.5682.35
HexA7EBFD22701c16052
Octal24735337542701301140122
Binary101001111110101111111101100010111011100000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EBFD; }

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

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

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

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

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

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

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

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