#A7F0FD

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

Shades of Blizzard Blue #A7F0FD

Tints of Blizzard Blue #A7F0FD

Color information

#A7F0FD (or 0xA7F0FD) is unknown color: approx Blizzard Blue. HEX triplet: A7, F0 and FD. RGB value is (167,240,253). Sum of RGB (Red+Green+Blue) = 167+240+253=660 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.30% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #A7F0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F0FD is #580F02. Grayscale: #DBDBDB. Windows color (decimal): -5771011 or 16642215. OLE color: 16642215.

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

Color convert

RGB167240253-
CMYK0.340.0500.01
HSL189.07º95.56%82.35%-
HSV(B)189.07º33.99%99.22%-
XYZ64.8377.63104.5-
YUV219.66146.8290.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.30%
GREEN value IS 240 (94.14% from 255) = 36.36%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=25.30%
G=36.36%
B=38.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672402530.340.0500.01189.0795.5682.35
HexA7F0FD22501bd6052
Octal24736037542501275140122
Binary101001111111000011111101100010101011011110111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F0FD; }

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

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

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

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

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

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

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

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