#93d8b6

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

Shades of Vista Blue #93D8B6

Tints of Vista Blue #93D8B6

Color information

#93D8B6 (or 0x93D8B6) is unknown color: approx Vista Blue. HEX triplet: 93, D8 and B6. RGB value is (147,216,182). Sum of RGB (Red+Green+Blue) = 147+216+182=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #93D8B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D8B6 is #6C2749. Grayscale: #BFBFBF. Windows color (decimal): -7087946 or 11982995. OLE color: 11982995.

HSL color Cylindrical-coordinate representation of color #93D8B6: hue angle of 150.43º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D8B6 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB147216182-
CMYK0.3200.160.15
HSL150.43º46.94%71.18%-
HSV(B)150.43º31.94%84.71%-
XYZ45.0358.6953.21-
YUV191.49122.6496.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.97%
GREEN value IS 216 (84.77% from 255) = 39.63%
BLUE value IS 182 (71.48% from 255) = 33.39%
R=26.97%
G=39.63%
B=33.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472161820.3200.160.15150.4346.9471.18
Hex93D8B620010F962f47
Octal223330266400201722657107
Binary1001001111011000101101101000000100001111100101101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93d8b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,216,182); }

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

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

 a { background-color: rgb(147,216,182); }

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

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

 span { border-color: rgb(147,216,182); }

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