#92D9B1

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

Shades of Vista Blue #92D9B1

Tints of Vista Blue #92D9B1

Color information

#92D9B1 (or 0x92D9B1) is unknown color: approx Vista Blue. HEX triplet: 92, D9 and B1. RGB value is (146,217,177). Sum of RGB (Red+Green+Blue) = 146+217+177=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #92D9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D9B1 is #6D264E. Grayscale: #BFBFBF. Windows color (decimal): -7153231 or 11655570. OLE color: 11655570.

HSL color Cylindrical-coordinate representation of color #92D9B1: hue angle of 146.2º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92D9B1 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB146217177-
CMYK0.3300.180.15
HSL146.2º48.3%71.18%-
HSV(B)146.2º32.72%85.1%-
XYZ44.658.9150.62-
YUV191.21119.9895.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.04%
GREEN value IS 217 (85.16% from 255) = 40.19%
BLUE value IS 177 (69.53% from 255) = 32.78%
R=27.04%
G=40.19%
B=32.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1462171770.3300.180.15146.248.371.18
Hex92D9B121012F923047
Octal222331261410221722260107
Binary1001001011011001101100011000010100101111100100101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,217,177); }

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

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

 a { background-color: rgb(146,217,177); }

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

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

 span { border-color: rgb(146,217,177); }

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