#93DCB0

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

Shades of Vista Blue #93DCB0

Tints of Vista Blue #93DCB0

Color information

#93DCB0 (or 0x93DCB0) is unknown color: approx Vista Blue. HEX triplet: 93, DC and B0. RGB value is (147,220,176). Sum of RGB (Red+Green+Blue) = 147+220+176=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DCB0 is #6C234F. Grayscale: #C1C1C1. Windows color (decimal): -7086928 or 11590803. OLE color: 11590803.

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

Color convert

RGB147220176-
CMYK0.3300.20.14
HSL143.84º51.05%71.96%-
HSV(B)143.84º33.18%86.27%-
XYZ45.4660.5250.36-
YUV193.16118.3295.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.07%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 176 (69.14% from 255) = 32.41%
R=27.07%
G=40.52%
B=32.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472201760.3300.20.14143.8451.0571.96
Hex93DCB021014E903348
Octal223334260410241622063110
Binary1001001111011100101100001000010101001110100100001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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