#92EDBD

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

Shades of Vista Blue #92EDBD

Tints of Vista Blue #92EDBD

Color information

#92EDBD (or 0x92EDBD) is unknown color: approx Vista Blue. HEX triplet: 92, ED and BD. RGB value is (146,237,189). Sum of RGB (Red+Green+Blue) = 146+237+189=572 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.52% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #92EDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EDBD is #6D1242. Grayscale: #CCCCCC. Windows color (decimal): -7148099 or 12447122. OLE color: 12447122.

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

Color convert

RGB146237189-
CMYK0.3800.200.07
HSL148.35º71.65%75.1%-
HSV(B)148.35º38.4%92.94%-
XYZ51.3270.3559.02-
YUV204.32119.3586.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.52%
GREEN value IS 237 (92.97% from 255) = 41.43%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=25.52%
G=41.43%
B=33.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462371890.3800.200.07148.3571.6575.1
Hex92EDBD26014794484b
Octal222355275460247224110113
Binary1001001011101101101111011001100101001111001010010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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