#92DBAD

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

Shades of Vista Blue #92DBAD

Tints of Vista Blue #92DBAD

Color information

#92DBAD (or 0x92DBAD) is unknown color: approx Vista Blue. HEX triplet: 92, DB and AD. RGB value is (146,219,173). Sum of RGB (Red+Green+Blue) = 146+219+173=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #92DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DBAD is #6D2452. Grayscale: #C0C0C0. Windows color (decimal): -7152723 or 11393938. OLE color: 11393938.

HSL color Cylindrical-coordinate representation of color #92DBAD: hue angle of 142.19º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92DBAD is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB146219173-
CMYK0.3300.210.14
HSL142.19º50.34%71.57%-
HSV(B)142.19º33.33%85.88%-
XYZ44.7359.7948.72-
YUV191.93117.3295.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.14%
GREEN value IS 219 (85.94% from 255) = 40.71%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=27.14%
G=40.71%
B=32.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462191730.3300.210.14142.1950.3471.57
Hex92DBAD21015E8e3248
Octal222333255410251621662110
Binary1001001011011011101011011000010101011110100011101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,219,173); }

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

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

 a { background-color: rgb(146,219,173); }

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

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

 span { border-color: rgb(146,219,173); }

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