#93DCB5

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

Shades of Vista Blue #93DCB5

Tints of Vista Blue #93DCB5

Color information

#93DCB5 (or 0x93DCB5) is unknown color: approx Vista Blue. HEX triplet: 93, DC and B5. RGB value is (147,220,181). Sum of RGB (Red+Green+Blue) = 147+220+181=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DCB5 is #6C234A. Grayscale: #C1C1C1. Windows color (decimal): -7086923 or 11918483. OLE color: 11918483.

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

Color convert

RGB147220181-
CMYK0.3300.180.14
HSL147.95º51.05%71.96%-
HSV(B)147.95º33.18%86.27%-
XYZ45.9760.7353.01-
YUV193.73120.8294.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.82%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 181 (71.09% from 255) = 33.03%
R=26.82%
G=40.15%
B=33.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472201810.3300.180.14147.9551.0571.96
Hex93DCB521012E943348
Octal223334265410221622463110
Binary1001001111011100101101011000010100101110100101001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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