#94E6DF

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

Shades of Blizzard Blue #94E6DF

Tints of Blizzard Blue #94E6DF

Color information

#94E6DF (or 0x94E6DF) is unknown color: approx Blizzard Blue. HEX triplet: 94, E6 and DF. RGB value is (148,230,223). Sum of RGB (Red+Green+Blue) = 148+230+223=601 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.63% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #94E6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94E6DF is #6B1920. Grayscale: #CCCCCC. Windows color (decimal): -7018785 or 14673556. OLE color: 14673556.

HSL color Cylindrical-coordinate representation of color #94E6DF: hue angle of 174.88º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E6DF is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB148230223-
CMYK0.3600.030.10
HSL174.88º62.12%74.12%-
HSV(B)174.88º35.65%90.2%-
XYZ53.8368.2280.14-
YUV204.68138.3387.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.63%
GREEN value IS 230 (90.23% from 255) = 38.27%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=24.63%
G=38.27%
B=37.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1482302230.3600.030.10174.8862.1274.12
Hex94E6DF2403Aaf3e4a
Octal22434633744031225776112
Binary1001010011100110110111111001000111010101011111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,230,223); }

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

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

 a { background-color: rgb(148,230,223); }

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

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

 span { border-color: rgb(148,230,223); }

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