#94DFEB

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

Shades of Blizzard Blue #94DFEB

Tints of Blizzard Blue #94DFEB

Color information

#94DFEB (or 0x94DFEB) is unknown color: approx Blizzard Blue. HEX triplet: 94, DF and EB. RGB value is (148,223,235). Sum of RGB (Red+Green+Blue) = 148+223+235=606 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.42% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 235 - color contains mainly: blue. Hex color #94DFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DFEB is #6B2014. Grayscale: #C9C9C9. Windows color (decimal): -7020565 or 15458196. OLE color: 15458196.

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

Color convert

RGB148223235-
CMYK0.370.0500.08
HSL188.28º68.5%75.1%-
HSV(B)188.28º37.02%92.16%-
XYZ53.665.0788.33-
YUV201.94146.6589.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.42%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 235 (92.19% from 255) = 38.78%
R=24.42%
G=36.80%
B=38.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482232350.370.0500.08188.2868.575.1
Hex94DFEB25508bc454b
Octal224337353455010274105113
Binary100101001101111111101011100101101010001011110010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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