#93F3F1

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

Shades of Blizzard Blue #93F3F1

Tints of Blizzard Blue #93F3F1

Color information

#93F3F1 (or 0x93F3F1) is unknown color: approx Blizzard Blue. HEX triplet: 93, F3 and F1. RGB value is (147,243,241). Sum of RGB (Red+Green+Blue) = 147+243+241=631 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.30% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 243 - color contains mainly: green. Hex color #93F3F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F3F1 is #6C0C0E. Grayscale: #D5D5D5. Windows color (decimal): -7080975 or 15856531. OLE color: 15856531.

HSL color Cylindrical-coordinate representation of color #93F3F1: hue angle of 178.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 #93F3F1 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB147243241-
CMYK0.4000.010.05
HSL178.75º80%76.47%-
HSV(B)178.75º39.51%95.29%-
XYZ59.9676.6694.85-
YUV214.07143.280.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.30%
GREEN value IS 243 (95.31% from 255) = 38.51%
BLUE value IS 241 (94.53% from 255) = 38.19%
R=23.30%
G=38.51%
B=38.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472432410.4000.010.05178.758076.47
Hex93F3F128015b3504c
Octal22336336150015263120114
Binary100100111111001111110001101000011011011001110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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