#93DABE

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

Shades of Vista Blue #93DABE

Tints of Vista Blue #93DABE

Color information

#93DABE (or 0x93DABE) is unknown color: approx Vista Blue. HEX triplet: 93, DA and BE. RGB value is (147,218,190). Sum of RGB (Red+Green+Blue) = 147+218+190=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #93DABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DABE is #6C2541. Grayscale: #C1C1C1. Windows color (decimal): -7087426 or 12507795. OLE color: 12507795.

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

Color convert

RGB147218190-
CMYK0.3300.130.15
HSL156.34º48.97%71.57%-
HSV(B)156.34º32.57%85.49%-
XYZ46.460.0657.86-
YUV193.58125.9894.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.49%
GREEN value IS 218 (85.55% from 255) = 39.28%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=26.49%
G=39.28%
B=34.23%

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
Decimal1472181900.3300.130.15156.3448.9771.57
Hex93DABE210DF9c3148
Octal223332276410151723461110
Binary100100111101101010111110100001011011111100111001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,218,190); }

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

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

 a { background-color: rgb(147,218,190); }

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

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

 span { border-color: rgb(147,218,190); }

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