#93DCB1

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

Shades of Vista Blue #93DCB1

Tints of Vista Blue #93DCB1

Color information

#93DCB1 (or 0x93DCB1) is unknown color: approx Vista Blue. HEX triplet: 93, DC and B1. RGB value is (147,220,177). Sum of RGB (Red+Green+Blue) = 147+220+177=544 (72% of max value = 765). Red value is 147 (57.81% from 255 or 27.02% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DCB1 is #6C234E. Grayscale: #C1C1C1. Windows color (decimal): -7086927 or 11656339. OLE color: 11656339.

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

Color convert

RGB147220177-
CMYK0.3300.200.14
HSL144.66º51.05%71.96%-
HSV(B)144.66º33.18%86.27%-
XYZ45.5660.5650.88-
YUV193.27118.8295-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.02%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=27.02%
G=40.44%
B=32.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472201770.3300.200.14144.6651.0571.96
Hex93DCB121014E913348
Octal223334261410241622163110
Binary1001001111011100101100011000010101001110100100011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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