Html Css Color HEX #A3E2F7 Blizzard Blue

📋 copy color: '#A3E2F7'

red 163 ◦ green 226 ◦ blue 247

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

Shades of Blizzard Blue #A3E2F7

Tints of Blizzard Blue #A3E2F7

RGB

 RED value IS 163 (64.06% from 255) = 25.63%

 GREEN value IS 226 (88.67% from 255) = 35.53%

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

R = 25.63%
G = 35.53%
B = 38.84%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A3E2F7 (or 0xA3E2F7) is known color: Blizzard Blue. HEX triplet: A3, E2 and F7. RGB value is (163,226,247). Sum of RGB (Red+Green+Blue) = 163+226+247=636 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.63% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 247 (96.88% from 255 or 38.84% from 636); Max value from RGB is 247 - color contains mainly: blue. Hex color #A3E2F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3E2F7 is #5C1D08. Grayscale: #D1D1D1. Windows color (decimal): -6036745 or 16245411. OLE color: 16245411.

HSL color Cylindrical-coordinate representation of color #A3E2F7: hue angle of 195º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3E2F7 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 163 226 247 -
CMYK 0.34 0.09 0 0.03
HSL 195º 0.84% 0.8% -
HSV(B) 195º 0.34% 0.97% -
XYZ 59.09 68.89 98.18 -
YUV 209.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 163 226 247 0.34 0.09 0 0.03 195 0.84 0.8
Hex A3 E2 F7 22 9 0 3 C3 54 50
Octal 243 342 367 42 11 0 3 303 124 120
Binary 10100011 11100010 11110111 100010 1001 0 11 11000011 1010100 1010000

Color Harmonies of #A3E2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3E2F7

Black with #A3E2F7

Text Example


Text Example

White with #A3E2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3E2F7; }

 p { color: rgb(163,226,247); }

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

background-color css

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

 a { background-color: rgb(163,226,247); }

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

border-color css

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

 span { border-color: rgb(163,226,247); }

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