#94EEF1

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

Shades of Blizzard Blue #94EEF1

Tints of Blizzard Blue #94EEF1

Color information

#94EEF1 (or 0x94EEF1) is unknown color: approx Blizzard Blue. HEX triplet: 94, EE and F1. RGB value is (148,238,241). Sum of RGB (Red+Green+Blue) = 148+238+241=627 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.60% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #94EEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EEF1 is #6B110E. Grayscale: #D3D3D3. Windows color (decimal): -7016719 or 15855252. OLE color: 15855252.

HSL color Cylindrical-coordinate representation of color #94EEF1: hue angle of 181.94º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94EEF1 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB148238241-
CMYK0.390.0100.05
HSL181.94º76.86%76.27%-
HSV(B)181.94º38.59%94.51%-
XYZ58.6673.894.37-
YUV211.43144.6882.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.60%
GREEN value IS 238 (93.36% from 255) = 37.96%
BLUE value IS 241 (94.53% from 255) = 38.44%
R=23.60%
G=37.96%
B=38.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482382410.390.0100.05181.9476.8676.27
Hex94EEF127105b64d4c
Octal22435636147105266115114
Binary100101001110111011110001100111101011011011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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