#A3F1FE

Color #A3F1FE Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #A3F1FE

Tints of Blizzard Blue #A3F1FE

Color information

#A3F1FE (or 0xA3F1FE) is unknown color: approx Blizzard Blue. HEX triplet: A3, F1 and FE. RGB value is (163,241,254). Sum of RGB (Red+Green+Blue) = 163+241+254=658 (87% of max value = 765). Red value is 163 (64.06% from 255 or 24.77% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3F1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F1FE is #5C0E01. Grayscale: #DBDBDB. Windows color (decimal): -6032898 or 16708003. OLE color: 16708003.

HSL color Cylindrical-coordinate representation of color #A3F1FE: hue angle of 188.57º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3F1FE is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB163241254-
CMYK0.360.0500.00
HSL188.57º97.85%81.76%-
HSV(B)188.57º35.83%99.61%-
XYZ64.4577.85105.4-
YUV219.16147.6687.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 24.77%
GREEN value IS 241 (94.53% from 255) = 36.63%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=24.77%
G=36.63%
B=38.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1632412540.360.0500.00188.5797.8581.76
HexA3F1FE24500bd6252
Octal24336137644500275142122
Binary101000111111000111111110100100101001011110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F1FE; }

 p { color: rgb(163,241,254); }

 H1.HeaderClassName
 {
   color: #A3F1FE;
 }
 .AnyTagClassName
 {
   color: #A3F1FE;
 }
</style>
background-color css

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

 a { background-color: rgb(163,241,254); }

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

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

 span { border-color: rgb(163,241,254); }

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