#93E5F3

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

Shades of Blizzard Blue #93E5F3

Tints of Blizzard Blue #93E5F3

Color information

#93E5F3 (or 0x93E5F3) is unknown color: approx Blizzard Blue. HEX triplet: 93, E5 and F3. RGB value is (147,229,243). Sum of RGB (Red+Green+Blue) = 147+229+243=619 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.75% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #93E5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E5F3 is #6C1A0C. Grayscale: #CDCDCD. Windows color (decimal): -7084557 or 15984019. OLE color: 15984019.

HSL color Cylindrical-coordinate representation of color #93E5F3: hue angle of 188.75º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93E5F3 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147229243-
CMYK0.400.0600.05
HSL188.75º80%76.47%-
HSV(B)188.75º39.51%95.29%-
XYZ56.2368.7195.09-
YUV206.08148.8385.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.75%
GREEN value IS 229 (89.84% from 255) = 37.00%
BLUE value IS 243 (95.31% from 255) = 39.26%
R=23.75%
G=37.00%
B=39.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472292430.400.0600.05188.758076.47
Hex93E5F328605bd504c
Octal22334536350605275120114
Binary10010011111001011111001110100011001011011110110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93E5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,229,243); }

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

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

 a { background-color: rgb(147,229,243); }

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

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

 span { border-color: rgb(147,229,243); }

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