#92EDED

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

Shades of Blizzard Blue #92EDED

Tints of Blizzard Blue #92EDED

Color information

#92EDED (or 0x92EDED) is unknown color: approx Blizzard Blue. HEX triplet: 92, ED and ED. RGB value is (146,237,237). Sum of RGB (Red+Green+Blue) = 146+237+237=620 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.55% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #92EDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EDED is #6D1212. Grayscale: #D1D1D1. Windows color (decimal): -7148051 or 15592850. OLE color: 15592850.

HSL color Cylindrical-coordinate representation of color #92EDED: hue angle of 180º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EDED is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146237237-
CMYK0.38000.07
HSL180º71.65%75.1%-
HSV(B)180º38.4%92.94%-
XYZ57.4272.7991.14-
YUV209.79143.3582.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 23.55%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=23.55%
G=38.23%
B=38.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462372370.38000.0718071.6575.1
Hex92EDED26007b4484b
Octal22235535546007264110113
Binary100100101110110111101101100110001111011010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,237,237); }

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

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

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

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

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

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

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