#93EDEA

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

Shades of Blizzard Blue #93EDEA

Tints of Blizzard Blue #93EDEA

Color information

#93EDEA (or 0x93EDEA) is unknown color: approx Blizzard Blue. HEX triplet: 93, ED and EA. RGB value is (147,237,234). Sum of RGB (Red+Green+Blue) = 147+237+234=618 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.79% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #93EDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EDEA is #6C1215. Grayscale: #D1D1D1. Windows color (decimal): -7082518 or 15396243. OLE color: 15396243.

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

Color convert

RGB147237234-
CMYK0.3800.010.07
HSL178º71.43%75.29%-
HSV(B)178º37.97%92.94%-
XYZ57.1772.7188.86-
YUV209.75141.6883.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 23.79%
GREEN value IS 237 (92.97% from 255) = 38.35%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=23.79%
G=38.35%
B=37.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472372340.3800.010.0717871.4375.29
Hex93EDEA26017b2474b
Octal22335535246017262107113
Binary100100111110110111101010100110011111011001010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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