#92D6B4

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

Shades of Vista Blue #92D6B4

Tints of Vista Blue #92D6B4

Color information

#92D6B4 (or 0x92D6B4) is unknown color: approx Vista Blue. HEX triplet: 92, D6 and B4. RGB value is (146,214,180). Sum of RGB (Red+Green+Blue) = 146+214+180=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #92D6B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D6B4 is #6D294B. Grayscale: #BDBDBD. Windows color (decimal): -7153996 or 11851410. OLE color: 11851410.

HSL color Cylindrical-coordinate representation of color #92D6B4: hue angle of 150º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92D6B4 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB146214180-
CMYK0.3200.160.16
HSL150º45.33%70.59%-
HSV(B)150º31.78%83.92%-
XYZ44.1457.551.95-
YUV189.79122.4796.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.04%
GREEN value IS 214 (83.98% from 255) = 39.63%
BLUE value IS 180 (70.70% from 255) = 33.33%
R=27.04%
G=39.63%
B=33.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1462141800.3200.160.1615045.3370.59
Hex92D6B42001010962d47
Octal222326264400202022655107
Binary10010010110101101011010010000001000010000100101101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,214,180); }

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

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

 a { background-color: rgb(146,214,180); }

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

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

 span { border-color: rgb(146,214,180); }

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