#93EEFC

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

Shades of Blizzard Blue #93EEFC

Tints of Blizzard Blue #93EEFC

Color information

#93EEFC (or 0x93EEFC) is unknown color: approx Blizzard Blue. HEX triplet: 93, EE and FC. RGB value is (147,238,252). Sum of RGB (Red+Green+Blue) = 147+238+252=637 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.08% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #93EEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EEFC is #6C1103. Grayscale: #D4D4D4. Windows color (decimal): -7082244 or 16576147. OLE color: 16576147.

HSL color Cylindrical-coordinate representation of color #93EEFC: hue angle of 188º 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 #93EEFC is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB147238252-
CMYK0.420.0600.01
HSL188º94.59%78.24%-
HSV(B)188º41.67%98.82%-
XYZ60.1874.38103.28-
YUV212.39150.3581.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.08%
GREEN value IS 238 (93.36% from 255) = 37.36%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=23.08%
G=37.36%
B=39.56%

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
Decimal1472382520.420.0600.0118894.5978.24
Hex93EEFC2A601bc5f4e
Octal22335637452601274137116
Binary100100111110111011111100101010110011011110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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