#93F0F1

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

Shades of Blizzard Blue #93F0F1

Tints of Blizzard Blue #93F0F1

Color information

#93F0F1 (or 0x93F0F1) is unknown color: approx Blizzard Blue. HEX triplet: 93, F0 and F1. RGB value is (147,240,241). Sum of RGB (Red+Green+Blue) = 147+240+241=628 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.41% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #93F0F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F0F1 is #6C0F0E. Grayscale: #D4D4D4. Windows color (decimal): -7081743 or 15855763. OLE color: 15855763.

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

Color convert

RGB147240241-
CMYK0.390.0000.05
HSL180.64º77.05%76.08%-
HSV(B)180.64º39%94.51%-
XYZ59.0774.8794.56-
YUV212.31144.1981.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.41%
GREEN value IS 240 (94.14% from 255) = 38.22%
BLUE value IS 241 (94.53% from 255) = 38.38%
R=23.41%
G=38.22%
B=38.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472402410.390.0000.05180.6477.0576.08
Hex93F0F127005b54d4c
Octal22336036147005265115114
Binary100100111111000011110001100111001011011010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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