#92E9BB

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

Shades of Vista Blue #92E9BB

Tints of Vista Blue #92E9BB

Color information

#92E9BB (or 0x92E9BB) is unknown color: approx Vista Blue. HEX triplet: 92, E9 and BB. RGB value is (146,233,187). Sum of RGB (Red+Green+Blue) = 146+233+187=566 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.80% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #92E9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92E9BB is #6D1644. Grayscale: #C9C9C9. Windows color (decimal): -7149125 or 12315026. OLE color: 12315026.

HSL color Cylindrical-coordinate representation of color #92E9BB: hue angle of 148.28º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92E9BB is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB146233187-
CMYK0.3700.200.09
HSL148.28º66.41%74.31%-
HSV(B)148.28º37.34%91.37%-
XYZ49.9667.9857.5-
YUV201.74119.6888.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.80%
GREEN value IS 233 (91.41% from 255) = 41.17%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=25.80%
G=41.17%
B=33.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1462331870.3700.200.09148.2866.4174.31
Hex92E9BB25014994424a
Octal2223512734502411224102112
Binary10010010111010011011101110010101010010011001010010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,233,187); }

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

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

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

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

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

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

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