#94E7EE

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

Shades of Blizzard Blue #94E7EE

Tints of Blizzard Blue #94E7EE

Color information

#94E7EE (or 0x94E7EE) is unknown color: approx Blizzard Blue. HEX triplet: 94, E7 and EE. RGB value is (148,231,238). Sum of RGB (Red+Green+Blue) = 148+231+238=617 (81% of max value = 765). Red value is 148 (58.20% from 255 or 23.99% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #94E7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94E7EE is #6B1811. Grayscale: #CECECE. Windows color (decimal): -7018514 or 15656852. OLE color: 15656852.

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

Color convert

RGB148231238-
CMYK0.380.0300.07
HSL184.67º72.58%75.69%-
HSV(B)184.67º37.82%93.33%-
XYZ56.2269.6291.36-
YUV206.98145.585.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.99%
GREEN value IS 231 (90.62% from 255) = 37.44%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=23.99%
G=37.44%
B=38.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482312380.380.0300.07184.6772.5875.69
Hex94E7EE26307b9494c
Octal22434735646307271111114
Binary1001010011100111111011101001101101111011100110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94E7EE; }

 p { color: rgb(148,231,238); }

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

<style>
 a { background-color: #94E7EE; }

 a { background-color: rgb(148,231,238); }

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

<style>
 span { border-color: #94E7EE; }

 span { border-color: rgb(148,231,238); }

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