#93D5B1

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

Shades of Vista Blue #93D5B1

Tints of Vista Blue #93D5B1

Color information

#93D5B1 (or 0x93D5B1) is unknown color: approx Vista Blue. HEX triplet: 93, D5 and B1. RGB value is (147,213,177). Sum of RGB (Red+Green+Blue) = 147+213+177=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 177 (69.53% from 255 or 32.96% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #93D5B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D5B1 is #6C2A4E. Grayscale: #BDBDBD. Windows color (decimal): -7088719 or 11654547. OLE color: 11654547.

HSL color Cylindrical-coordinate representation of color #93D5B1: hue angle of 147.27º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D5B1 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB147213177-
CMYK0.3100.170.16
HSL147.27º44%70.59%-
HSV(B)147.27º30.99%83.53%-
XYZ43.7656.9750.28-
YUV189.16121.1397.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.37%
GREEN value IS 213 (83.59% from 255) = 39.66%
BLUE value IS 177 (69.53% from 255) = 32.96%
R=27.37%
G=39.66%
B=32.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472131770.3100.170.16147.274470.59
Hex93D5B11F01110932c47
Octal223325261370212022354107
Binary1001001111010101101100011111101000110000100100111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,213,177); }

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

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

 a { background-color: rgb(147,213,177); }

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

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

 span { border-color: rgb(147,213,177); }

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