Html Css Color HEX #A7EDF7 Blizzard Blue

📋 copy color: '#A7EDF7'

red 167 ◦ green 237 ◦ blue 247

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

Shades of Blizzard Blue #A7EDF7

Tints of Blizzard Blue #A7EDF7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.41%

 BLUE value IS 247 (96.88% from 255) = 37.94%

R = 25.65%
G = 36.41%
B = 37.94%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A7EDF7 (or 0xA7EDF7) is known color: Blizzard Blue. HEX triplet: A7, ED and F7. RGB value is (167,237,247). Sum of RGB (Red+Green+Blue) = 167+237+247=651 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.65% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 247 (96.88% from 255 or 37.94% from 651); Max value from RGB is 247 - color contains mainly: blue. Hex color #A7EDF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EDF7 is #581208. Grayscale: #D9D9D9. Windows color (decimal): -5771785 or 16248231. OLE color: 16248231.

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

Color convert

RGB 167 237 247 -
CMYK 0.32 0.04 0 0.03
HSL 187.5º 0.83% 0.81% -
HSV(B) 187.5º 0.32% 0.97% -
XYZ 63.01 75.5 99.25 -
YUV 217.21 144.81 92.19 -
System Red Green Blue C M Y K H S L
Decimal 167 237 247 0.32 0.04 0 0.03 187.5 0.83 0.81
Hex A7 ED F7 20 4 0 3 BC 53 51
Octal 247 355 367 40 4 0 3 274 123 121
Binary 10100111 11101101 11110111 100000 100 0 11 10111100 1010011 1010001

Color Harmonies of #A7EDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7EDF7

Black with #A7EDF7

Text Example


Text Example

White with #A7EDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7EDF7; }

 p { color: rgb(167,237,247); }

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

background-color css

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

 a { background-color: rgb(167,237,247); }

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

border-color css

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

 span { border-color: rgb(167,237,247); }

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