#A4F1FF

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

Shades of Blizzard Blue #A4F1FF

Tints of Blizzard Blue #A4F1FF

Color information

#A4F1FF (or 0xA4F1FF) is unknown color: approx Blizzard Blue. HEX triplet: A4, F1 and FF. RGB value is (164,241,255). Sum of RGB (Red+Green+Blue) = 164+241+255=660 (87% of max value = 765). Red value is 164 (64.45% from 255 or 24.85% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4F1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4F1FF is #5B0E00. Grayscale: #DBDBDB. Windows color (decimal): -5967361 or 16773540. OLE color: 16773540.

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

Color convert

RGB164241255-
CMYK0.360.0500
HSL189.23º100%82.16%-
HSV(B)189.23º35.69%100%-
XYZ64.8278.02106.25-
YUV219.57147.9988.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.85%
GREEN value IS 241 (94.53% from 255) = 36.52%
BLUE value IS 255 (100% from 255) = 38.64%
R=24.85%
G=36.52%
B=38.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642412550.360.0500189.2310082.16
HexA4F1FF24500bd6452
Octal24436137744500275144122
Binary101001001111000111111111100100101001011110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F1FF; }

 p { color: rgb(164,241,255); }

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

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

 a { background-color: rgb(164,241,255); }

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

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

 span { border-color: rgb(164,241,255); }

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