#92E1EC

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

Shades of Blizzard Blue #92E1EC

Tints of Blizzard Blue #92E1EC

Color information

#92E1EC (or 0x92E1EC) is unknown color: approx Blizzard Blue. HEX triplet: 92, E1 and EC. RGB value is (146,225,236). Sum of RGB (Red+Green+Blue) = 146+225+236=607 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.05% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #92E1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E1EC is #6D1E13. Grayscale: #CACACA. Windows color (decimal): -7151124 or 15524242. OLE color: 15524242.

HSL color Cylindrical-coordinate representation of color #92E1EC: hue angle of 187.33º degrees, saturation: 0.7, 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 #92E1EC is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146225236-
CMYK0.380.0500.07
HSL187.33º70.31%74.9%-
HSV(B)187.33º38.14%92.55%-
XYZ53.9266.0289.26-
YUV202.63146.8387.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.05%
GREEN value IS 225 (88.28% from 255) = 37.07%
BLUE value IS 236 (92.58% from 255) = 38.88%
R=24.05%
G=37.07%
B=38.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462252360.380.0500.07187.3370.3174.9
Hex92E1EC26507bb464b
Octal22234135446507273106113
Binary10010010111000011110110010011010101111011101110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,225,236); }

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

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

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

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

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

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

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