#93DCAB

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

Shades of Vista Blue #93DCAB

Tints of Vista Blue #93DCAB

Color information

#93DCAB (or 0x93DCAB) is unknown color: approx Vista Blue. HEX triplet: 93, DC and AB. RGB value is (147,220,171). Sum of RGB (Red+Green+Blue) = 147+220+171=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DCAB is #6C2354. Grayscale: #C0C0C0. Windows color (decimal): -7086933 or 11263123. OLE color: 11263123.

HSL color Cylindrical-coordinate representation of color #93DCAB: hue angle of 139.73º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DCAB is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB147220171-
CMYK0.3300.220.14
HSL139.73º51.05%71.96%-
HSV(B)139.73º33.18%86.27%-
XYZ44.9860.3347.8-
YUV192.59115.8295.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.32%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=27.32%
G=40.89%
B=31.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472201710.3300.220.14139.7351.0571.96
Hex93DCAB21016E8c3348
Octal223334253410261621463110
Binary1001001111011100101010111000010101101110100011001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,220,171); }

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

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

 a { background-color: rgb(147,220,171); }

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

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

 span { border-color: rgb(147,220,171); }

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