#93d8b9

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

Shades of Vista Blue #93D8B9

Tints of Vista Blue #93D8B9

Color information

#93D8B9 (or 0x93D8B9) is unknown color: approx Vista Blue. HEX triplet: 93, D8 and B9. RGB value is (147,216,185). Sum of RGB (Red+Green+Blue) = 147+216+185=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 216 - color contains mainly: green. Hex color #93D8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D8B9 is #6C2746. Grayscale: #BFBFBF. Windows color (decimal): -7087943 or 12179603. OLE color: 12179603.

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

Color convert

RGB147216185-
CMYK0.3200.140.15
HSL153.04º46.94%71.18%-
HSV(B)153.04º31.94%84.71%-
XYZ45.3558.8254.86-
YUV191.83124.1496.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.82%
GREEN value IS 216 (84.77% from 255) = 39.42%
BLUE value IS 185 (72.66% from 255) = 33.76%
R=26.82%
G=39.42%
B=33.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1472161850.3200.140.15153.0446.9471.18
Hex93D8B9200EF992f47
Octal223330271400161723157107
Binary100100111101100010111001100000011101111100110011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93d8b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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