#92EFBF

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

Shades of Vista Blue #92EFBF

Tints of Vista Blue #92EFBF

Color information

#92EFBF (or 0x92EFBF) is unknown color: approx Vista Blue. HEX triplet: 92, EF and BF. RGB value is (146,239,191). Sum of RGB (Red+Green+Blue) = 146+239+191=576 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.35% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #92EFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EFBF is #6D1040. Grayscale: #CDCDCD. Windows color (decimal): -7147585 or 12578706. OLE color: 12578706.

HSL color Cylindrical-coordinate representation of color #92EFBF: hue angle of 149.03º 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 #92EFBF is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB146239191-
CMYK0.3900.200.06
HSL149.03º74.4%75.49%-
HSV(B)149.03º38.91%93.73%-
XYZ52.1271.6160.36-
YUV205.72119.6985.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.35%
GREEN value IS 239 (93.75% from 255) = 41.49%
BLUE value IS 191 (75% from 255) = 33.16%
R=25.35%
G=41.49%
B=33.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1462391910.3900.200.06149.0374.475.49
Hex92EFBF270146954a4b
Octal222357277470246225112113
Binary1001001011101111101111111001110101001101001010110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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