#94EBFB

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

Shades of Blizzard Blue #94EBFB

Tints of Blizzard Blue #94EBFB

Color information

#94EBFB (or 0x94EBFB) is unknown color: approx Blizzard Blue. HEX triplet: 94, EB and FB. RGB value is (148,235,251). Sum of RGB (Red+Green+Blue) = 148+235+251=634 (83% of max value = 765). Red value is 148 (58.20% from 255 or 23.34% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #94EBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #94EBFB is #6B1404. Grayscale: #D2D2D2. Windows color (decimal): -7017477 or 16509844. OLE color: 16509844.

HSL color Cylindrical-coordinate representation of color #94EBFB: hue angle of 189.32º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94EBFB is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB148235251-
CMYK0.410.0600.02
HSL189.32º92.79%78.24%-
HSV(B)189.32º41.04%98.43%-
XYZ59.3372.68102.17-
YUV210.81150.6883.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 23.34%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=23.34%
G=37.07%
B=39.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482352510.410.0600.02189.3292.7978.24
Hex94EBFB29602bd5d4e
Octal22435337351602275135116
Binary1001010011101011111110111010011100101011110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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