Html Css Color HEX #A7EFFA Blizzard Blue

📋 copy color: '#A7EFFA'

red 167 ◦ green 239 ◦ blue 250

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

Shades of Blizzard Blue #A7EFFA

Tints of Blizzard Blue #A7EFFA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.43%

 BLUE value IS 250 (98.05% from 255) = 38.11%

R = 25.46%
G = 36.43%
B = 38.11%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A7EFFA (or 0xA7EFFA) is known color: Blizzard Blue. HEX triplet: A7, EF and FA. RGB value is (167,239,250). Sum of RGB (Red+Green+Blue) = 167+239+250=656 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.46% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7EFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EFFA is #581005. Grayscale: #DADADA. Windows color (decimal): -5771270 or 16445351. OLE color: 16445351.

HSL color Cylindrical-coordinate representation of color #A7EFFA: hue angle of 187.95º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7EFFA is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 239 250 -
CMYK 0.33 0.04 0 0.02
HSL 187.95º 0.89% 0.82% -
HSV(B) 187.95º 0.33% 0.98% -
XYZ 64.06 76.85 101.9 -
YUV 218.73 145.65 91.11 -
System Red Green Blue C M Y K H S L
Decimal 167 239 250 0.33 0.04 0 0.02 187.95 0.89 0.82
Hex A7 EF FA 21 4 0 2 BC 59 52
Octal 247 357 372 41 4 0 2 274 131 122
Binary 10100111 11101111 11111010 100001 100 0 10 10111100 1011001 1010010

Color Harmonies of #A7EFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7EFFA

Black with #A7EFFA

Text Example


Text Example

White with #A7EFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7EFFA; }

 p { color: rgb(167,239,250); }

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

background-color css

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

 a { background-color: rgb(167,239,250); }

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

border-color css

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

 span { border-color: rgb(167,239,250); }

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