Html Css Color HEX #A7E0F4 Blizzard Blue

📋 copy color: '#A7E0F4'

red 167 ◦ green 224 ◦ blue 244

#A7E0F4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #A7E0F4

Tints of Blizzard Blue #A7E0F4

RGB

 RED value IS 167 (65.63% from 255) = 26.3%

 GREEN value IS 224 (87.89% from 255) = 35.28%

 BLUE value IS 244 (95.7% from 255) = 38.43%

R = 26.3%
G = 35.28%
B = 38.43%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A7E0F4 (or 0xA7E0F4) is known color: Blizzard Blue. HEX triplet: A7, E0 and F4. RGB value is (167,224,244). Sum of RGB (Red+Green+Blue) = 167+224+244=635 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.30% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 244 (95.70% from 255 or 38.43% from 635); Max value from RGB is 244 - color contains mainly: blue. Hex color #A7E0F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E0F4 is #581F0B. Grayscale: #D1D1D1. Windows color (decimal): -5775116 or 16048295. OLE color: 16048295.

HSL color Cylindrical-coordinate representation of color #A7E0F4: hue angle of 195.58º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7E0F4 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 224 244 -
CMYK 0.32 0.08 0 0.04
HSL 195.58º 0.78% 0.81% -
HSV(B) 195.58º 0.32% 0.96% -
XYZ 58.92 68.06 95.62 -
YUV 209.24 147.62 97.87 -
System Red Green Blue C M Y K H S L
Decimal 167 224 244 0.32 0.08 0 0.04 195.58 0.78 0.81
Hex A7 E0 F4 20 8 0 4 C4 4E 51
Octal 247 340 364 40 10 0 4 304 116 121
Binary 10100111 11100000 11110100 100000 1000 0 100 11000100 1001110 1010001

Color Harmonies of #A7E0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7E0F4

Black with #A7E0F4

Text Example


Text Example

White with #A7E0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7E0F4; }

 p { color: rgb(167,224,244); }

 H1.HeaderClassName
 {
   color: #A7E0F4;
 }
 .AnyTagClassName
 {
   color: #A7E0F4;
 }
</style>

background-color css

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

 a { background-color: rgb(167,224,244); }

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

border-color css

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

 span { border-color: rgb(167,224,244); }

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