#93DFED

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

Shades of Blizzard Blue #93DFED

Tints of Blizzard Blue #93DFED

Color information

#93DFED (or 0x93DFED) is unknown color: approx Blizzard Blue. HEX triplet: 93, DF and ED. RGB value is (147,223,237). Sum of RGB (Red+Green+Blue) = 147+223+237=607 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.22% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #93DFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DFED is #6C2012. Grayscale: #C9C9C9. Windows color (decimal): -7086099 or 15589267. OLE color: 15589267.

HSL color Cylindrical-coordinate representation of color #93DFED: hue angle of 189.33º degrees, saturation: 0.71, 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 #93DFED is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147223237-
CMYK0.380.0600.07
HSL189.33º71.43%75.29%-
HSV(B)189.33º37.97%92.94%-
XYZ53.7165.0989.85-
YUV201.87147.8288.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.22%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=24.22%
G=36.74%
B=39.04%

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
Decimal1472232370.380.0600.07189.3371.4375.29
Hex93DFED26607bd474b
Octal22333735546607275107113
Binary10010011110111111110110110011011001111011110110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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