#93F1E8

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

Shades of Blizzard Blue #93F1E8

Tints of Blizzard Blue #93F1E8

Color information

#93F1E8 (or 0x93F1E8) is unknown color: approx Blizzard Blue. HEX triplet: 93, F1 and E8. RGB value is (147,241,232). Sum of RGB (Red+Green+Blue) = 147+241+232=620 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.71% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F1E8 is #6C0E17. Grayscale: #D3D3D3. Windows color (decimal): -7081496 or 15266195. OLE color: 15266195.

HSL color Cylindrical-coordinate representation of color #93F1E8: hue angle of 174.26º 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 #93F1E8 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB147241232-
CMYK0.3900.040.05
HSL174.26º77.05%76.08%-
HSV(B)174.26º39%94.51%-
XYZ58.0574.9487.75-
YUV211.87139.3681.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.71%
GREEN value IS 241 (94.53% from 255) = 38.87%
BLUE value IS 232 (91.02% from 255) = 37.42%
R=23.71%
G=38.87%
B=37.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472412320.3900.040.05174.2677.0576.08
Hex93F1E827045ae4d4c
Octal22336135047045256115114
Binary10010011111100011110100010011101001011010111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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