#93EAEB

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

Shades of Blizzard Blue #93EAEB

Tints of Blizzard Blue #93EAEB

Color information

#93EAEB (or 0x93EAEB) is unknown color: approx Blizzard Blue. HEX triplet: 93, EA and EB. RGB value is (147,234,235). Sum of RGB (Red+Green+Blue) = 147+234+235=616 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.86% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #93EAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EAEB is #6C1514. Grayscale: #D0D0D0. Windows color (decimal): -7083285 or 15461011. OLE color: 15461011.

HSL color Cylindrical-coordinate representation of color #93EAEB: hue angle of 180.68º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EAEB is Cyan = 0.37, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147234235-
CMYK0.370.0000.08
HSL180.68º68.75%74.9%-
HSV(B)180.68º37.45%92.16%-
XYZ56.4571.0589.34-
YUV208.1143.1884.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.86%
GREEN value IS 234 (91.80% from 255) = 37.99%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=23.86%
G=37.99%
B=38.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472342350.370.0000.08180.6868.7574.9
Hex93EAEB25008b5454b
Octal223352353450010265105113
Binary1001001111101010111010111001010010001011010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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