#93F1E9

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

Shades of Blizzard Blue #93F1E9

Tints of Blizzard Blue #93F1E9

Color information

#93F1E9 (or 0x93F1E9) is unknown color: approx Blizzard Blue. HEX triplet: 93, F1 and E9. RGB value is (147,241,233). Sum of RGB (Red+Green+Blue) = 147+241+233=621 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.67% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F1E9 is #6C0E16. Grayscale: #D3D3D3. Windows color (decimal): -7081495 or 15331731. OLE color: 15331731.

HSL color Cylindrical-coordinate representation of color #93F1E9: hue angle of 174.89º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F1E9 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB147241233-
CMYK0.3900.030.05
HSL174.89º77.05%76.08%-
HSV(B)174.89º39%94.51%-
XYZ58.27588.5-
YUV211.98139.8681.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.67%
GREEN value IS 241 (94.53% from 255) = 38.81%
BLUE value IS 233 (91.41% from 255) = 37.52%
R=23.67%
G=38.81%
B=37.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472412330.3900.030.05174.8977.0576.08
Hex93F1E927035af4d4c
Octal22336135147035257115114
Binary1001001111110001111010011001110111011010111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93F1E9; }

 p { color: rgb(147,241,233); }

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

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

 a { background-color: rgb(147,241,233); }

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

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

 span { border-color: rgb(147,241,233); }

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