#93DDBA

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

Shades of Vista Blue #93DDBA

Tints of Vista Blue #93DDBA

Color information

#93DDBA (or 0x93DDBA) is unknown color: approx Vista Blue. HEX triplet: 93, DD and BA. RGB value is (147,221,186). Sum of RGB (Red+Green+Blue) = 147+221+186=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDBA is #6C2245. Grayscale: #C2C2C2. Windows color (decimal): -7086662 or 12246419. OLE color: 12246419.

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

Color convert

RGB147221186-
CMYK0.3300.160.13
HSL151.62º52.11%72.16%-
HSV(B)151.62º33.48%86.67%-
XYZ46.7561.4655.85-
YUV194.88122.9893.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.53%
GREEN value IS 221 (86.72% from 255) = 39.89%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=26.53%
G=39.89%
B=33.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472211860.3300.160.13151.6252.1172.16
Hex93DDBA21010D983448
Octal223335272410201523064110
Binary1001001111011101101110101000010100001101100110001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,221,186); }

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

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

 a { background-color: rgb(147,221,186); }

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

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

 span { border-color: rgb(147,221,186); }

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