#94F5F1

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

Shades of Blizzard Blue #94F5F1

Tints of Blizzard Blue #94F5F1

Color information

#94F5F1 (or 0x94F5F1) is unknown color: approx Blizzard Blue. HEX triplet: 94, F5 and F1. RGB value is (148,245,241). Sum of RGB (Red+Green+Blue) = 148+245+241=634 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.34% from 634); Green value is 245 (96.09% from 255 or 38.64% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 245 - color contains mainly: green. Hex color #94F5F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94F5F1 is #6B0A0E. Grayscale: #D7D7D7. Windows color (decimal): -7014927 or 15857044. OLE color: 15857044.

HSL color Cylindrical-coordinate representation of color #94F5F1: hue angle of 177.53º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F5F1 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB148245241-
CMYK0.4000.020.04
HSL177.53º82.91%77.06%-
HSV(B)177.53º39.59%96.08%-
XYZ60.7477.9595.06-
YUV215.54142.3679.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.34%
GREEN value IS 245 (96.09% from 255) = 38.64%
BLUE value IS 241 (94.53% from 255) = 38.01%
R=23.34%
G=38.64%
B=38.01%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1482452410.4000.020.04177.5382.9177.06
Hex94F5F128024b2534d
Octal22436536150024262123115
Binary1001010011110101111100011010000101001011001010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94F5F1; }

 p { color: rgb(148,245,241); }

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

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

 a { background-color: rgb(148,245,241); }

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

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

 span { border-color: rgb(148,245,241); }

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