#92D9BC

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

Shades of Vista Blue #92D9BC

Tints of Vista Blue #92D9BC

Color information

#92D9BC (or 0x92D9BC) is unknown color: approx Vista Blue. HEX triplet: 92, D9 and BC. RGB value is (146,217,188). Sum of RGB (Red+Green+Blue) = 146+217+188=551 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.50% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #92D9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D9BC is #6D2643. Grayscale: #C0C0C0. Windows color (decimal): -7153220 or 12376466. OLE color: 12376466.

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

Color convert

RGB146217188-
CMYK0.3300.130.15
HSL155.49º48.3%71.18%-
HSV(B)155.49º32.72%85.1%-
XYZ45.7459.3756.63-
YUV192.46125.4894.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.50%
GREEN value IS 217 (85.16% from 255) = 39.38%
BLUE value IS 188 (73.83% from 255) = 34.12%
R=26.50%
G=39.38%
B=34.12%

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
Decimal1462171880.3300.130.15155.4948.371.18
Hex92D9BC210DF9b3047
Octal222331274410151723360107
Binary100100101101100110111100100001011011111100110111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,217,188); }

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

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

 a { background-color: rgb(146,217,188); }

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

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

 span { border-color: rgb(146,217,188); }

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