#93EDFC

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

Shades of Blizzard Blue #93EDFC

Tints of Blizzard Blue #93EDFC

Color information

#93EDFC (or 0x93EDFC) is unknown color: approx Blizzard Blue. HEX triplet: 93, ED and FC. RGB value is (147,237,252). Sum of RGB (Red+Green+Blue) = 147+237+252=636 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.11% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #93EDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EDFC is #6C1203. Grayscale: #D3D3D3. Windows color (decimal): -7082500 or 16575891. OLE color: 16575891.

HSL color Cylindrical-coordinate representation of color #93EDFC: hue angle of 188.57º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93EDFC is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB147237252-
CMYK0.420.0600.01
HSL188.57º94.59%78.24%-
HSV(B)188.57º41.67%98.82%-
XYZ59.8973.8103.18-
YUV211.8150.6881.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.11%
GREEN value IS 237 (92.97% from 255) = 37.26%
BLUE value IS 252 (98.83% from 255) = 39.62%
R=23.11%
G=37.26%
B=39.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1472372520.420.0600.01188.5794.5978.24
Hex93EDFC2A601bd5f4e
Octal22335537452601275137116
Binary100100111110110111111100101010110011011110110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,237,252); }

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

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

 a { background-color: rgb(147,237,252); }

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

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

 span { border-color: rgb(147,237,252); }

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