#93DFEE

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

Shades of Blizzard Blue #93DFEE

Tints of Blizzard Blue #93DFEE

Color information

#93DFEE (or 0x93DFEE) is unknown color: approx Blizzard Blue. HEX triplet: 93, DF and EE. RGB value is (147,223,238). Sum of RGB (Red+Green+Blue) = 147+223+238=608 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.18% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #93DFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DFEE is #6C2011. Grayscale: #C9C9C9. Windows color (decimal): -7086098 or 15654803. OLE color: 15654803.

HSL color Cylindrical-coordinate representation of color #93DFEE: hue angle of 189.89º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93DFEE is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147223238-
CMYK0.380.0600.07
HSL189.89º72.8%75.49%-
HSV(B)189.89º38.24%93.33%-
XYZ53.8565.1590.63-
YUV201.99148.3288.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.18%
GREEN value IS 223 (87.5% from 255) = 36.68%
BLUE value IS 238 (93.36% from 255) = 39.14%
R=24.18%
G=36.68%
B=39.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472232380.380.0600.07189.8972.875.49
Hex93DFEE26607be494b
Octal22333735646607276111113
Binary10010011110111111110111010011011001111011111010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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