#92E5EB

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

Shades of Blizzard Blue #92E5EB

Tints of Blizzard Blue #92E5EB

Color information

#92E5EB (or 0x92E5EB) is unknown color: approx Blizzard Blue. HEX triplet: 92, E5 and EB. RGB value is (146,229,235). Sum of RGB (Red+Green+Blue) = 146+229+235=610 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.93% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #92E5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E5EB is #6D1A14. Grayscale: #CCCCCC. Windows color (decimal): -7150101 or 15459730. OLE color: 15459730.

HSL color Cylindrical-coordinate representation of color #92E5EB: hue angle of 184.04º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92E5EB is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146229235-
CMYK0.380.0300.08
HSL184.04º68.99%74.71%-
HSV(B)184.04º37.87%92.16%-
XYZ54.8768.1588.86-
YUV204.8714586.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.93%
GREEN value IS 229 (89.84% from 255) = 37.54%
BLUE value IS 235 (92.19% from 255) = 38.52%
R=23.93%
G=37.54%
B=38.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1462292350.380.0300.08184.0468.9974.71
Hex92E5EB26308b8454b
Octal222345353463010270105113
Binary10010010111001011110101110011011010001011100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92E5EB; }

 p { color: rgb(146,229,235); }

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

<style>
 a { background-color: #92E5EB; }

 a { background-color: rgb(146,229,235); }

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

<style>
 span { border-color: #92E5EB; }

 span { border-color: rgb(146,229,235); }

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