#93F0FA

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

Shades of Blizzard Blue #93F0FA

Tints of Blizzard Blue #93F0FA

Color information

#93F0FA (or 0x93F0FA) is unknown color: approx Blizzard Blue. HEX triplet: 93, F0 and FA. RGB value is (147,240,250). Sum of RGB (Red+Green+Blue) = 147+240+250=637 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.08% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #93F0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F0FA is #6C0F05. Grayscale: #D5D5D5. Windows color (decimal): -7081734 or 16445587. OLE color: 16445587.

HSL color Cylindrical-coordinate representation of color #93F0FA: hue angle of 185.83º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F0FA is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147240250-
CMYK0.410.0400.02
HSL185.83º91.15%77.84%-
HSV(B)185.83º41.2%98.04%-
XYZ60.4575.43101.82-
YUV213.33148.6980.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.08%
GREEN value IS 240 (94.14% from 255) = 37.68%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=23.08%
G=37.68%
B=39.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1472402500.410.0400.02185.8391.1577.84
Hex93F0FA29402ba5b4e
Octal22336037251402272133116
Binary1001001111110000111110101010011000101011101010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93F0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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