#93EAEE

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

Shades of Blizzard Blue #93EAEE

Tints of Blizzard Blue #93EAEE

Color information

#93EAEE (or 0x93EAEE) is unknown color: approx Blizzard Blue. HEX triplet: 93, EA and EE. RGB value is (147,234,238). Sum of RGB (Red+Green+Blue) = 147+234+238=619 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.75% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #93EAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EAEE is #6C1511. Grayscale: #D0D0D0. Windows color (decimal): -7083282 or 15657619. OLE color: 15657619.

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

Color convert

RGB147234238-
CMYK0.380.0200.07
HSL182.64º72.8%75.49%-
HSV(B)182.64º38.24%93.33%-
XYZ56.8971.2291.64-
YUV208.44144.6884.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.75%
GREEN value IS 234 (91.80% from 255) = 37.80%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=23.75%
G=37.80%
B=38.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472342380.380.0200.07182.6472.875.49
Hex93EAEE26207b7494b
Octal22335235646207267111113
Binary1001001111101010111011101001101001111011011110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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