#93DDB8

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

Shades of Vista Blue #93DDB8

Tints of Vista Blue #93DDB8

Color information

#93DDB8 (or 0x93DDB8) is unknown color: approx Vista Blue. HEX triplet: 93, DD and B8. RGB value is (147,221,184). Sum of RGB (Red+Green+Blue) = 147+221+184=552 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.63% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDB8 is #6C2247. Grayscale: #C2C2C2. Windows color (decimal): -7086664 or 12115347. OLE color: 12115347.

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

Color convert

RGB147221184-
CMYK0.3300.170.13
HSL150º52.11%72.16%-
HSV(B)150º33.48%86.67%-
XYZ46.5461.3854.74-
YUV194.66121.9894.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.63%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 184 (72.27% from 255) = 33.33%
R=26.63%
G=40.04%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472211840.3300.170.1315052.1172.16
Hex93DDB821011D963448
Octal223335270410211522664110
Binary1001001111011101101110001000010100011101100101101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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