#93E0F1

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

Shades of Blizzard Blue #93E0F1

Tints of Blizzard Blue #93E0F1

Color information

#93E0F1 (or 0x93E0F1) is unknown color: approx Blizzard Blue. HEX triplet: 93, E0 and F1. RGB value is (147,224,241). Sum of RGB (Red+Green+Blue) = 147+224+241=612 (81% of max value = 765). Red value is 147 (57.81% from 255 or 24.02% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 241 - color contains mainly: blue. Hex color #93E0F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E0F1 is #6C1F0E. Grayscale: #CACACA. Windows color (decimal): -7085839 or 15851667. OLE color: 15851667.

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

Color convert

RGB147224241-
CMYK0.390.0700.05
HSL190.85º77.05%76.08%-
HSV(B)190.85º39%94.51%-
XYZ54.5765.8793.06-
YUV202.92149.4988.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.02%
GREEN value IS 224 (87.89% from 255) = 36.60%
BLUE value IS 241 (94.53% from 255) = 39.38%
R=24.02%
G=36.60%
B=39.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472242410.390.0700.05190.8577.0576.08
Hex93E0F127705bf4d4c
Octal22334036147705277115114
Binary10010011111000001111000110011111101011011111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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