#93EBE3

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

Shades of Blizzard Blue #93EBE3

Tints of Blizzard Blue #93EBE3

Color information

#93EBE3 (or 0x93EBE3) is unknown color: approx Blizzard Blue. HEX triplet: 93, EB and E3. RGB value is (147,235,227). Sum of RGB (Red+Green+Blue) = 147+235+227=609 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.14% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 227 (89.06% from 255 or 37.27% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EBE3 is #6C141C. Grayscale: #CFCFCF. Windows color (decimal): -7083037 or 14936979. OLE color: 14936979.

HSL color Cylindrical-coordinate representation of color #93EBE3: hue angle of 174.55º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EBE3 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB147235227-
CMYK0.3700.030.08
HSL174.55º68.75%74.9%-
HSV(B)174.55º37.45%92.16%-
XYZ55.6171.1783.48-
YUV207.78138.8584.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.14%
GREEN value IS 235 (92.19% from 255) = 38.59%
BLUE value IS 227 (89.06% from 255) = 37.27%
R=24.14%
G=38.59%
B=37.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472352270.3700.030.08174.5568.7574.9
Hex93EBE325038af454b
Octal223353343450310257105113
Binary10010011111010111110001110010101110001010111110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,235,227); }

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

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

 a { background-color: rgb(147,235,227); }

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

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

 span { border-color: rgb(147,235,227); }

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