Html Css Color HEX #A3EDF4 Blizzard Blue

📋 copy color: '#A3EDF4'

red 163 ◦ green 237 ◦ blue 244

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

Shades of Blizzard Blue #A3EDF4

Tints of Blizzard Blue #A3EDF4

RGB

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

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

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

R = 25.31%
G = 36.8%
B = 37.89%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A3EDF4 (or 0xA3EDF4) is known color: Blizzard Blue. HEX triplet: A3, ED and F4. RGB value is (163,237,244). Sum of RGB (Red+Green+Blue) = 163+237+244=644 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.31% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 244 (95.70% from 255 or 37.89% from 644); Max value from RGB is 244 - color contains mainly: blue. Hex color #A3EDF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EDF4 is #5C120B. Grayscale: #D7D7D7. Windows color (decimal): -6033932 or 16051619. OLE color: 16051619.

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

Color convert

RGB 163 237 244 -
CMYK 0.33 0.03 0 0.04
HSL 185.19º 0.79% 0.8% -
HSV(B) 185.19º 0.33% 0.96% -
XYZ 61.72 74.89 96.79 -
YUV 215.67 143.98 90.43 -
System Red Green Blue C M Y K H S L
Decimal 163 237 244 0.33 0.03 0 0.04 185.19 0.79 0.8
Hex A3 ED F4 21 3 0 4 B9 4F 50
Octal 243 355 364 41 3 0 4 271 117 120
Binary 10100011 11101101 11110100 100001 11 0 100 10111001 1001111 1010000

Color Harmonies of #A3EDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EDF4

Black with #A3EDF4

Text Example


Text Example

White with #A3EDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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