#93D9BD

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

Shades of Vista Blue #93D9BD

Tints of Vista Blue #93D9BD

Color information

#93D9BD (or 0x93D9BD) is unknown color: approx Vista Blue. HEX triplet: 93, D9 and BD. RGB value is (147,217,189). Sum of RGB (Red+Green+Blue) = 147+217+189=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #93D9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D9BD is #6C2642. Grayscale: #C0C0C0. Windows color (decimal): -7087683 or 12442003. OLE color: 12442003.

HSL color Cylindrical-coordinate representation of color #93D9BD: hue angle of 156º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D9BD is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB147217189-
CMYK0.3200.130.15
HSL156º47.95%71.37%-
HSV(B)156º32.26%85.1%-
XYZ46.0359.557.2-
YUV192.88125.8195.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.58%
GREEN value IS 217 (85.16% from 255) = 39.24%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=26.58%
G=39.24%
B=34.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472171890.3200.130.1515647.9571.37
Hex93D9BD200DF9c3047
Octal223331275400151723460107
Binary100100111101100110111101100000011011111100111001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93D9BD; }

 p { color: rgb(147,217,189); }

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

<style>
 a { background-color: #93D9BD; }

 a { background-color: rgb(147,217,189); }

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

<style>
 span { border-color: #93D9BD; }

 span { border-color: rgb(147,217,189); }

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