#92E6EB

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

Shades of Blizzard Blue #92E6EB

Tints of Blizzard Blue #92E6EB

Color information

#92E6EB (or 0x92E6EB) is unknown color: approx Blizzard Blue. HEX triplet: 92, E6 and EB. RGB value is (146,230,235). Sum of RGB (Red+Green+Blue) = 146+230+235=611 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.90% from 611); Green value is 230 (90.23% from 255 or 37.64% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #92E6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92E6EB is #6D1914. Grayscale: #CDCDCD. Windows color (decimal): -7149845 or 15459986. OLE color: 15459986.

HSL color Cylindrical-coordinate representation of color #92E6EB: hue angle of 183.37º 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 #92E6EB is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146230235-
CMYK0.380.0200.08
HSL183.37º68.99%74.71%-
HSV(B)183.37º37.87%92.16%-
XYZ55.1568.788.95-
YUV205.45144.6785.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.90%
GREEN value IS 230 (90.23% from 255) = 37.64%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=23.90%
G=37.64%
B=38.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1462302350.380.0200.08183.3768.9974.71
Hex92E6EB26208b7454b
Octal222346353462010267105113
Binary10010010111001101110101110011010010001011011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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