#93E2F4

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

Shades of Blizzard Blue #93E2F4

Tints of Blizzard Blue #93E2F4

Color information

#93E2F4 (or 0x93E2F4) is unknown color: approx Blizzard Blue. HEX triplet: 93, E2 and F4. RGB value is (147,226,244). Sum of RGB (Red+Green+Blue) = 147+226+244=617 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.82% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 244 (95.70% from 255 or 39.55% from 617); Max value from RGB is 244 - color contains mainly: blue. Hex color #93E2F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E2F4 is #6C1D0B. Grayscale: #CCCCCC. Windows color (decimal): -7085324 or 16048787. OLE color: 16048787.

HSL color Cylindrical-coordinate representation of color #93E2F4: hue angle of 191.13º degrees, saturation: 0.82, 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 #93E2F4 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB147226244-
CMYK0.400.0700.04
HSL191.13º81.51%76.67%-
HSV(B)191.13º39.75%95.69%-
XYZ55.5667.1395.62-
YUV204.43150.3387.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.82%
GREEN value IS 226 (88.67% from 255) = 36.63%
BLUE value IS 244 (95.70% from 255) = 39.55%
R=23.82%
G=36.63%
B=39.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1472262440.400.0700.04191.1381.5176.67
Hex93E2F428704bf524d
Octal22334236450704277122115
Binary10010011111000101111010010100011101001011111110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E2F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,226,244); }

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

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

 a { background-color: rgb(147,226,244); }

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

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

 span { border-color: rgb(147,226,244); }

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