Html Css Color HEX #A3EDF6 Blizzard Blue

📋 copy color: '#A3EDF6'

red 163 ◦ green 237 ◦ blue 246

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

Shades of Blizzard Blue #A3EDF6

Tints of Blizzard Blue #A3EDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.08%

R = 25.23%
G = 36.69%
B = 38.08%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A3EDF6 (or 0xA3EDF6) is known color: Blizzard Blue. HEX triplet: A3, ED and F6. RGB value is (163,237,246). Sum of RGB (Red+Green+Blue) = 163+237+246=646 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.23% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 246 (96.48% from 255 or 38.08% from 646); Max value from RGB is 246 - color contains mainly: blue. Hex color #A3EDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EDF6 is #5C1209. Grayscale: #D7D7D7. Windows color (decimal): -6033930 or 16182691. OLE color: 16182691.

HSL color Cylindrical-coordinate representation of color #A3EDF6: hue angle of 186.51º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3EDF6 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 163 237 246 -
CMYK 0.34 0.04 0 0.04
HSL 186.51º 0.82% 0.8% -
HSV(B) 186.51º 0.34% 0.96% -
XYZ 62.02 75.01 98.4 -
YUV 215.9 144.98 90.27 -
System Red Green Blue C M Y K H S L
Decimal 163 237 246 0.34 0.04 0 0.04 186.51 0.82 0.8
Hex A3 ED F6 22 4 0 4 BB 52 50
Octal 243 355 366 42 4 0 4 273 122 120
Binary 10100011 11101101 11110110 100010 100 0 100 10111011 1010010 1010000

Color Harmonies of #A3EDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EDF6

Black with #A3EDF6

Text Example


Text Example

White with #A3EDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EDF6; }

 p { color: rgb(163,237,246); }

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

background-color css

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

 a { background-color: rgb(163,237,246); }

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

border-color css

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

 span { border-color: rgb(163,237,246); }

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