Html Css Color HEX #A3EAFA Blizzard Blue

📋 copy color: '#A3EAFA'

red 163 ◦ green 234 ◦ blue 250

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

Shades of Blizzard Blue #A3EAFA

Tints of Blizzard Blue #A3EAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.17%

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

R = 25.19%
G = 36.17%
B = 38.64%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A3EAFA (or 0xA3EAFA) is known color: Blizzard Blue. HEX triplet: A3, EA and FA. RGB value is (163,234,250). Sum of RGB (Red+Green+Blue) = 163+234+250=647 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.19% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3EAFA is #5C1505. Grayscale: #D6D6D6. Windows color (decimal): -6034694 or 16444067. OLE color: 16444067.

HSL color Cylindrical-coordinate representation of color #A3EAFA: hue angle of 191.03º 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 #A3EAFA is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 234 250 -
CMYK 0.35 0.06 0 0.02
HSL 191.03º 0.9% 0.81% -
HSV(B) 191.03º 0.35% 0.98% -
XYZ 61.78 73.53 101.38 -
YUV 214.6 147.98 91.2 -
System Red Green Blue C M Y K H S L
Decimal 163 234 250 0.35 0.06 0 0.02 191.03 0.9 0.81
Hex A3 EA FA 23 6 0 2 BF 5A 51
Octal 243 352 372 43 6 0 2 277 132 121
Binary 10100011 11101010 11111010 100011 110 0 10 10111111 1011010 1010001

Color Harmonies of #A3EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3EAFA

Black with #A3EAFA

Text Example


Text Example

White with #A3EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3EAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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