#93D9BB

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

Shades of Vista Blue #93D9BB

Tints of Vista Blue #93D9BB

Color information

#93D9BB (or 0x93D9BB) is unknown color: approx Vista Blue. HEX triplet: 93, D9 and BB. RGB value is (147,217,187). Sum of RGB (Red+Green+Blue) = 147+217+187=551 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.68% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #93D9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D9BB is #6C2644. Grayscale: #C0C0C0. Windows color (decimal): -7087685 or 12310931. OLE color: 12310931.

HSL color Cylindrical-coordinate representation of color #93D9BB: hue angle of 154.29º 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 #93D9BB is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB147217187-
CMYK0.3200.140.15
HSL154.29º47.95%71.37%-
HSV(B)154.29º32.26%85.1%-
XYZ45.8259.4256.07-
YUV192.65124.8195.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.68%
GREEN value IS 217 (85.16% from 255) = 39.38%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=26.68%
G=39.38%
B=33.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472171870.3200.140.15154.2947.9571.37
Hex93D9BB200EF9a3047
Octal223331273400161723260107
Binary100100111101100110111011100000011101111100110101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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