Html Css Color HEX #A3EDFA Blizzard Blue

📋 copy color: '#A3EDFA'

red 163 ◦ green 237 ◦ blue 250

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

Shades of Blizzard Blue #A3EDFA

Tints of Blizzard Blue #A3EDFA

RGB

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

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

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

R = 25.08%
G = 36.46%
B = 38.46%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A3EDFA (or 0xA3EDFA) is known color: Blizzard Blue. HEX triplet: A3, ED and FA. RGB value is (163,237,250). Sum of RGB (Red+Green+Blue) = 163+237+250=650 (86% of max value = 765). Red value is 163 (64.06% from 255 or 25.08% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3EDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EDFA is #5C1205. Grayscale: #D8D8D8. Windows color (decimal): -6033926 or 16444835. OLE color: 16444835.

HSL color Cylindrical-coordinate representation of color #A3EDFA: hue angle of 188.97º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3EDFA is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 237 250 -
CMYK 0.35 0.05 0 0.02
HSL 188.97º 0.9% 0.81% -
HSV(B) 188.97º 0.35% 0.98% -
XYZ 62.64 75.26 101.67 -
YUV 216.36 146.98 89.94 -
System Red Green Blue C M Y K H S L
Decimal 163 237 250 0.35 0.05 0 0.02 188.97 0.9 0.81
Hex A3 ED FA 23 5 0 2 BD 5A 51
Octal 243 355 372 43 5 0 2 275 132 121
Binary 10100011 11101101 11111010 100011 101 0 10 10111101 1011010 1010001

Color Harmonies of #A3EDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EDFA

Black with #A3EDFA

Text Example


Text Example

White with #A3EDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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