#92DABE

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

Shades of Vista Blue #92DABE

Tints of Vista Blue #92DABE

Color information

#92DABE (or 0x92DABE) is unknown color: approx Vista Blue. HEX triplet: 92, DA and BE. RGB value is (146,218,190). Sum of RGB (Red+Green+Blue) = 146+218+190=554 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.35% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #92DABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DABE is #6D2541. Grayscale: #C1C1C1. Windows color (decimal): -7152962 or 12507794. OLE color: 12507794.

HSL color Cylindrical-coordinate representation of color #92DABE: hue angle of 156.67º degrees, saturation: 0.49, 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 #92DABE is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB146218190-
CMYK0.3300.130.15
HSL156.67º49.32%71.37%-
HSV(B)156.67º33.03%85.49%-
XYZ46.2259.9757.85-
YUV193.28126.1594.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.35%
GREEN value IS 218 (85.55% from 255) = 39.35%
BLUE value IS 190 (74.61% from 255) = 34.30%
R=26.35%
G=39.35%
B=34.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1462181900.3300.130.15156.6749.3271.37
Hex92DABE210DF9d3147
Octal222332276410151723561107
Binary100100101101101010111110100001011011111100111011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,218,190); }

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

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

 a { background-color: rgb(146,218,190); }

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

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

 span { border-color: rgb(146,218,190); }

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