#94EBE4

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

Shades of Blizzard Blue #94EBE4

Tints of Blizzard Blue #94EBE4

Color information

#94EBE4 (or 0x94EBE4) is unknown color: approx Blizzard Blue. HEX triplet: 94, EB and E4. RGB value is (148,235,228). Sum of RGB (Red+Green+Blue) = 148+235+228=611 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.22% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #94EBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EBE4 is #6B141B. Grayscale: #D0D0D0. Windows color (decimal): -7017500 or 15002516. OLE color: 15002516.

HSL color Cylindrical-coordinate representation of color #94EBE4: hue angle of 175.17º 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 #94EBE4 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB148235228-
CMYK0.3700.030.08
HSL175.17º68.5%75.1%-
HSV(B)175.17º37.02%92.16%-
XYZ55.9271.3184.22-
YUV208.19139.1885.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.22%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 228 (89.45% from 255) = 37.32%
R=24.22%
G=38.46%
B=37.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482352280.3700.030.08175.1768.575.1
Hex94EBE425038af454b
Octal224353344450310257105113
Binary10010100111010111110010010010101110001010111110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,235,228); }

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

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

 a { background-color: rgb(148,235,228); }

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

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

 span { border-color: rgb(148,235,228); }

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