#93F2EE

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

Shades of Blizzard Blue #93F2EE

Tints of Blizzard Blue #93F2EE

Color information

#93F2EE (or 0x93F2EE) is unknown color: approx Blizzard Blue. HEX triplet: 93, F2 and EE. RGB value is (147,242,238). Sum of RGB (Red+Green+Blue) = 147+242+238=627 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.44% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #93F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F2EE is #6C0D11. Grayscale: #D5D5D5. Windows color (decimal): -7081234 or 15659667. OLE color: 15659667.

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

Color convert

RGB147242238-
CMYK0.3900.020.05
HSL177.47º78.51%76.27%-
HSV(B)177.47º39.26%94.9%-
XYZ59.2275.8892.41-
YUV213.14142.0380.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.44%
GREEN value IS 242 (94.92% from 255) = 38.60%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=23.44%
G=38.60%
B=37.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472422380.3900.020.05177.4778.5176.27
Hex93F2EE27025b14f4c
Octal22336235647025261117114
Binary1001001111110010111011101001110101011011000110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,242,238); }

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

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

 a { background-color: rgb(147,242,238); }

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

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

 span { border-color: rgb(147,242,238); }

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