#92EFBE

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

Shades of Vista Blue #92EFBE

Tints of Vista Blue #92EFBE

Color information

#92EFBE (or 0x92EFBE) is unknown color: approx Vista Blue. HEX triplet: 92, EF and BE. RGB value is (146,239,190). Sum of RGB (Red+Green+Blue) = 146+239+190=575 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.39% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #92EFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EFBE is #6D1041. Grayscale: #CDCDCD. Windows color (decimal): -7147586 or 12513170. OLE color: 12513170.

HSL color Cylindrical-coordinate representation of color #92EFBE: hue angle of 148.39º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92EFBE is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB146239190-
CMYK0.3900.210.06
HSL148.39º74.4%75.49%-
HSV(B)148.39º38.91%93.73%-
XYZ52.0171.5659.79-
YUV205.61119.1985.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.39%
GREEN value IS 239 (93.75% from 255) = 41.57%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=25.39%
G=41.57%
B=33.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1462391900.3900.210.06148.3974.475.49
Hex92EFBE270156944a4b
Octal222357276470256224112113
Binary1001001011101111101111101001110101011101001010010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,239,190); }

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

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

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

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

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

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

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