#93DDB1

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

Shades of Vista Blue #93DDB1

Tints of Vista Blue #93DDB1

Color information

#93DDB1 (or 0x93DDB1) is unknown color: approx Vista Blue. HEX triplet: 93, DD and B1. RGB value is (147,221,177). Sum of RGB (Red+Green+Blue) = 147+221+177=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DDB1 is #6C224E. Grayscale: #C1C1C1. Windows color (decimal): -7086671 or 11656595. OLE color: 11656595.

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

Color convert

RGB147221177-
CMYK0.3300.200.13
HSL144.32º52.11%72.16%-
HSV(B)144.32º33.48%86.67%-
XYZ45.8261.0950.97-
YUV193.86118.4894.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.97%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=26.97%
G=40.55%
B=32.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472211770.3300.200.13144.3252.1172.16
Hex93DDB121014D903448
Octal223335261410241522064110
Binary1001001111011101101100011000010101001101100100001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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