#93D4BA

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

Shades of Vista Blue #93D4BA

Tints of Vista Blue #93D4BA

Color information

#93D4BA (or 0x93D4BA) is unknown color: approx Vista Blue. HEX triplet: 93, D4 and BA. RGB value is (147,212,186). Sum of RGB (Red+Green+Blue) = 147+212+186=545 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.97% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 212 - color contains mainly: green. Hex color #93D4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D4BA is #6C2B45. Grayscale: #BDBDBD. Windows color (decimal): -7088966 or 12244115. OLE color: 12244115.

HSL color Cylindrical-coordinate representation of color #93D4BA: hue angle of 156º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D4BA is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB147212186-
CMYK0.3100.120.17
HSL156º43.05%70.39%-
HSV(B)156º30.66%83.14%-
XYZ44.4456.8455.08-
YUV189.6125.9797.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.97%
GREEN value IS 212 (83.20% from 255) = 38.90%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=26.97%
G=38.90%
B=34.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1472121860.3100.120.1715643.0570.39
Hex93D4BA1F0C119c2b46
Octal223324272370142123453106
Binary100100111101010010111010111110110010001100111001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,212,186); }

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

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

 a { background-color: rgb(147,212,186); }

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

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

 span { border-color: rgb(147,212,186); }

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