#92DFB9

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

Shades of Vista Blue #92DFB9

Tints of Vista Blue #92DFB9

Color information

#92DFB9 (or 0x92DFB9) is unknown color: approx Vista Blue. HEX triplet: 92, DF and B9. RGB value is (146,223,185). Sum of RGB (Red+Green+Blue) = 146+223+185=554 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.35% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #92DFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DFB9 is #6D2046. Grayscale: #C3C3C3. Windows color (decimal): -7151687 or 12181394. OLE color: 12181394.

HSL color Cylindrical-coordinate representation of color #92DFB9: hue angle of 150.39º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92DFB9 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB146223185-
CMYK0.3500.170.13
HSL150.39º54.61%72.35%-
HSV(B)150.39º34.53%87.45%-
XYZ4762.3955.46-
YUV195.64121.9992.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.35%
GREEN value IS 223 (87.5% from 255) = 40.25%
BLUE value IS 185 (72.66% from 255) = 33.39%
R=26.35%
G=40.25%
B=33.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462231850.3500.170.13150.3954.6172.35
Hex92DFB923011D963748
Octal222337271430211522667110
Binary1001001011011111101110011000110100011101100101101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,223,185); }

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

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

 a { background-color: rgb(146,223,185); }

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

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

 span { border-color: rgb(146,223,185); }

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