#A7DFEC

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

Shades of Blizzard Blue #A7DFEC

Tints of Blizzard Blue #A7DFEC

Color information

#A7DFEC (or 0xA7DFEC) is unknown color: approx Blizzard Blue. HEX triplet: A7, DF and EC. RGB value is (167,223,236). Sum of RGB (Red+Green+Blue) = 167+223+236=626 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.68% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7DFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DFEC is #582013. Grayscale: #CFCFCF. Windows color (decimal): -5775380 or 15523751. OLE color: 15523751.

HSL color Cylindrical-coordinate representation of color #A7DFEC: hue angle of 191.3º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7DFEC is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167223236-
CMYK0.290.0600.07
HSL191.3º64.49%79.02%-
HSV(B)191.3º29.24%92.55%-
XYZ57.4667.0589.27-
YUV207.74143.9598.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.68%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=26.68%
G=35.62%
B=37.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672232360.290.0600.07191.364.4979.02
HexA7DFEC1D607bf404f
Octal24733735435607277100117
Binary1010011111011111111011001110111001111011111110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DFEC; }

 p { color: rgb(167,223,236); }

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

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

 a { background-color: rgb(167,223,236); }

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

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

 span { border-color: rgb(167,223,236); }

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