#92D6BB

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

Shades of Vista Blue #92D6BB

Tints of Vista Blue #92D6BB

Color information

#92D6BB (or 0x92D6BB) is unknown color: approx Vista Blue. HEX triplet: 92, D6 and BB. RGB value is (146,214,187). Sum of RGB (Red+Green+Blue) = 146+214+187=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #92D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D6BB is #6D2944. Grayscale: #BEBEBE. Windows color (decimal): -7153989 or 12310162. OLE color: 12310162.

HSL color Cylindrical-coordinate representation of color #92D6BB: hue angle of 156.18º 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 #92D6BB is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB146214187-
CMYK0.3200.130.16
HSL156.18º45.33%70.59%-
HSV(B)156.18º31.78%83.92%-
XYZ44.8757.7955.8-
YUV190.59125.9796.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.69%
GREEN value IS 214 (83.98% from 255) = 39.12%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=26.69%
G=39.12%
B=34.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1462141870.3200.130.16156.1845.3370.59
Hex92D6BB200D109c2d47
Octal222326273400152023455107
Binary1001001011010110101110111000000110110000100111001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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