#94DFEA

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

Shades of Blizzard Blue #94DFEA

Tints of Blizzard Blue #94DFEA

Color information

#94DFEA (or 0x94DFEA) is unknown color: approx Blizzard Blue. HEX triplet: 94, DF and EA. RGB value is (148,223,234). Sum of RGB (Red+Green+Blue) = 148+223+234=605 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.46% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #94DFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DFEA is #6B2015. Grayscale: #C9C9C9. Windows color (decimal): -7020566 or 15392660. OLE color: 15392660.

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

Color convert

RGB148223234-
CMYK0.370.0500.08
HSL187.67º67.19%74.9%-
HSV(B)187.67º36.75%91.76%-
XYZ53.4565.0187.57-
YUV201.83146.1589.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.46%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=24.46%
G=36.86%
B=38.68%

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
Decimal1482232340.370.0500.08187.6767.1974.9
Hex94DFEA25508bc434b
Octal224337352455010274103113
Binary100101001101111111101010100101101010001011110010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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